473,406 Members | 2,220 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Disabling IE back button

1. How can do disable IE back button when I am on certain pages?
2. When user clicks ob IE back button, how can I force them to return to the
same page? The reason I want to do is, after they click on the finish
button after navigating through four or five pages, I don't want an user to
revisit the data entry pages. At the same time can I reset those pages on
clicking finish button. But at the same time before clicking on the finish
button they should be able to go back and change the data.
3. Except for my first page all other pages are retaining data on
revisiting. I don't know why the first one is loosing the entered or
selected values? I removed all the code from page_load event --
!ispostback . But no use.

Thanks in Advance
BVR
Nov 19 '05 #1
3 1388
Try reading through this article:-
http://www.4guysfromrolla.com/webtech/111500-1.shtml
Patrick

*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '05 #2
Thank you for the link.
"Patrick Olurotimi Ige" <na********@hotmail.com> wrote in message
news:OR**************@TK2MSFTNGP10.phx.gbl...
Try reading through this article:-
http://www.4guysfromrolla.com/webtech/111500-1.shtml
Patrick

*** Sent via Developersdex http://www.developersdex.com ***

Nov 19 '05 #3
Solution to the Back button problem for IE 5.5 and above.

1) Get rid of the cache

Response.CacheControl = "no-cache";
Response.AddHeader("Pragma", "no-cache");

2) set SmartNavigation = true

Daniel Roth
MCSD.NET

Uhway wrote:
1. How can do disable IE back button when I am on certain pages?
2. When user clicks ob IE back button, how can I force them to return to the same page? The reason I want to do is, after they click on the finish button after navigating through four or five pages, I don't want an user to revisit the data entry pages. At the same time can I reset those pages on clicking finish button. But at the same time before clicking on the finish button they should be able to go back and change the data.
3. Except for my first page all other pages are retaining data on
revisiting. I don't know why the first one is loosing the entered or
selected values? I removed all the code from page_load event --
!ispostback . But no use.

Thanks in Advance
BVR


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: jcnews | last post by:
When designing a webpage, is there a way to disable the back button? It must be possible. I am asking because there are certain web applications that I have used that require the user to...
3
by: pmelanso | last post by:
hello, I want to create back and forward buttons on my web page. I didn't have a problem with that... the thing I am having trouble with is I woudl like to display "disabled" images when there if...
2
by: Jeelz | last post by:
Hi Guyz, Would appriciate any tip on disabling an ASP.NET LinkButton using client sided code like javascript. My Requirement is such that the user should be allowed to click on the link...
3
by: Paul | last post by:
Hi I am trying to create an "Update" button for my form. So far I have got it working fine, posting back and updating the record. Great! However, I now want to make it so that when a user...
1
by: cgia | last post by:
Is it possible to disable the back button of the browser application-wide? Or it must be done in each form? In any case, how?
2
by: Kapil Jain | last post by:
Dear All, I would like to disable back and forward button + Refresh button. Please help in doing this. I want this because i am displaying data from mysql database and on back and forward button...
1
by: hello2008 | last post by:
Hi, I have just started coding in PHP. I have coded a web page using HTML, JS, and PHP. An HTML table has to be populated dynamically using the data from the backend. Presently I have 5...
3
by: =?Utf-8?B?cHJhZGVlcF9UUA==?= | last post by:
Hi All, Can anyone please explain me why I am not able to disable Browser caching in ASP.net by writing the following code Response.Buffer = true; Response.ExpiresAbsolute =...
7
by: kashhere | last post by:
Hi all i am working on a site in which user need to be in same page when the user clicks on back button Its working in IE, Chrome but not in firefox in firefox when i click on the back...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.