How to disable Back button of IE when executing welcome.aspx page?

Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
Reply

Join Date: Jul 2005
Posts: 483
Reputation: campkev is an unknown quantity at this point 
Solved Threads: 19
campkev campkev is offline Offline
Posting Pro in Training

Re: How to disable Back button of IE when executing welcome.aspx page?

 
0
  #11
Sep 10th, 2007
Originally Posted by rbeasley View Post
*****

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.
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 4
Reputation: sandeep.mk is an unknown quantity at this point 
Solved Threads: 0
sandeep.mk sandeep.mk is offline Offline
Newbie Poster

Re: How to disable Back button of IE when executing welcome.aspx page?

 
0
  #12
Sep 11th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 164
Reputation: dnanetwork has a little shameless behaviour in the past 
Solved Threads: 24
dnanetwork's Avatar
dnanetwork dnanetwork is offline Offline
Junior Poster

Re: How to disable Back button of IE when executing welcome.aspx page?

 
0
  #13
Jun 2nd, 2009
hello people it works fine with IE 6 but suks at IE 7 & IE 8.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 164
Reputation: dnanetwork has a little shameless behaviour in the past 
Solved Threads: 24
dnanetwork's Avatar
dnanetwork dnanetwork is offline Offline
Junior Poster

Re: How to disable Back button of IE when executing welcome.aspx page?

 
0
  #14
Jun 27th, 2009
all above suggestions will not work in IE7 or Mozilla...

it works fine with IE6...

Ajax can help...
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 1
Reputation: vibinvarghese is an unknown quantity at this point 
Solved Threads: 0
vibinvarghese vibinvarghese is offline Offline
Newbie Poster

This works fine...

 
0
  #15
Oct 7th, 2009
  1. <script language="javascript" >
  2.  
  3. history.forward();
  4.  
  5. </script>
Last edited by peter_budo; 15 Days Ago at 10:37 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 1
Reputation: arif_manit is an unknown quantity at this point 
Solved Threads: 0
arif_manit arif_manit is offline Offline
Newbie Poster
 
0
  #16
19 Days Ago
Write a javaScript
  1. <script Type="text/javascript" language="javascript">
  2. history.forward(1);
  3. </script>
into the head of the page
Last edited by peter_budo; 15 Days Ago at 10:37 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC