No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: 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. | |
Re: 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. | |
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" … | |
Re: hi which company u r working for, where and balu, how can i disable/enable mouse right click options regards sandeep. |
The End.