DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   ASP.NET (http://www.daniweb.com/forums/forum18.html)
-   -   How to disable Back button of IE when executing welcome.aspx page? (http://www.daniweb.com/forums/thread35732.html)

campkev Sep 10th, 2007 12:38 am
Re: How to disable Back button of IE when executing welcome.aspx page?
 
Quote:

Originally Posted by rbeasley (Post 431409)
*****

I am sometimes amazed at the arrogance of some software developers who think that, of the 6+ billion people on the earth, no one could possible have a need to disable the back button. We just are stupid and don't understand the problem. Well, he's wrong. Hint: Just help people with their questions and don't be a smart @.


I am no longer amazed by newbie posters who tell people that have consistently been on this (or any) forum for a long time helping people how to help people. Sometimes, the best way to help someone is to NOT answer the question they asked but answer the question they did not ask. No doctor would just give instructions on how to put your leg in a splint if someone said "Hey, I broke my femur, but I think I'll just tough it out. How should I splint it?" They would tell the person to go to the hospital and be seen by a doctor.

sandeep.mk Sep 11th, 2007 7:56 am
Re: How to disable Back button of IE when executing welcome.aspx page?
 
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.

dnanetwork Jun 2nd, 2009 2:28 pm
Re: How to disable Back button of IE when executing welcome.aspx page?
 
hello people it works fine with IE 6 but suks at IE 7 & IE 8.

dnanetwork Jun 27th, 2009 9:35 am
Re: How to disable Back button of IE when executing welcome.aspx page?
 
all above suggestions will not work in IE7 or Mozilla...

it works fine with IE6...

Ajax can help...

vibinvarghese Oct 7th, 2009 1:17 pm
This works fine...
 
<script language="javascript" >

history.forward();

</script>

arif_manit Oct 23rd, 2009 1:04 am
Write a javaScript
<script Type="text/javascript" language="javascript">
history.forward(1);
</script>
into the head of the page


All times are GMT -4. The time now is 12:56 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC