Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for BalagurunathanS

HI how to disable IE back button , as my jsp page conatins 3 frames , so how can i disable/ stop the operation of back/forward button. regards sandeep.

Member Avatar for @developer
0
1K
Member Avatar for cumadhu

Boss, it is ok for single window, how about a jsp which contains 3 frames. can u do for a jsp page which conatins 3 frames. regards sandeep.

Member Avatar for data4use
0
1K
Member Avatar for sandeep.mk

here i have implemented using frames. main a1.html <script language=JavaScript> window.history.go(1); </script> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Page 1</title> </head> <body> <a target="_self" href="index.html" >Click </a> </body> </html> the next index.html <html> <head> <title>New Page 1</title> </head> <frameset rows="64,*"> <frame name="banner" scrolling="no" noresize target="contents" src="top.html"> <frameset cols="150,*"> <frame name="contents" …

Member Avatar for MidiMagic
0
120
Member Avatar for BalagurunathanS
Member Avatar for sandeep.mk
0
170

The End.