943,654 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 90749
  • ASP.NET RSS
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Sep 10th, 2007
0

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

Click to Expand / Collapse  Quote originally posted by rbeasley ...
*****

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.
Reputation Points: 14
Solved Threads: 19
Posting Pro in Training
campkev is offline Offline
484 posts
since Jul 2005
Sep 11th, 2007
0

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sandeep.mk is offline Offline
4 posts
since Sep 2007
Jun 2nd, 2009
0

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.
Reputation Points: 28
Solved Threads: 106
Banned
dnanetwork is offline Offline
633 posts
since May 2008
Jun 27th, 2009
0

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...
Reputation Points: 28
Solved Threads: 106
Banned
dnanetwork is offline Offline
633 posts
since May 2008
Oct 7th, 2009
0

This works fine...

ASP.NET Syntax (Toggle Plain Text)
  1. <script language="javascript" >
  2.  
  3. history.forward();
  4.  
  5. </script>
Last edited by peter_budo; Oct 27th, 2009 at 10:37 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
vibinvarghese is offline Offline
1 posts
since Sep 2009
Oct 23rd, 2009
0
Re: How to disable Back button of IE when executing welcome.aspx page?
Write a javaScript
ASP.NET Syntax (Toggle Plain Text)
  1. <script Type="text/javascript" language="javascript">
  2. history.forward(1);
  3. </script>
into the head of the page
Last edited by peter_budo; Oct 27th, 2009 at 10:37 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
arif_manit is offline Offline
1 posts
since Oct 2009
Jun 1st, 2010
0
Re: How to disable Back button of IE when executing welcome.aspx page?
[QUOTE=sunilfromindia;239228]
Quote originally posted by cumadhu ...
Hi All,
I need to disable Back button of IE when an welcome.aspx page load into the browser.
I dont want the user to click back button after logging in.

Is there any code to disable the back button of IE?


where should I place the java script
Your solution is ScriptManager of AJAX. Check these links;
http://msdn.microsoft.com/en-us/library/cc488548.aspx
http://www.codeproject.com/KB/aspnet...anagement.aspx
Reputation Points: 22
Solved Threads: 0
Newbie Poster
data4use is offline Offline
3 posts
since Aug 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: dynamic gridview dropdownlist question
Next Thread in ASP.NET Forum Timeline: pass selected gridview row to another gridview on another page





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC