Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Back button on the browser problem

 
Thread Tools Search this Thread
Old 06-26-2003, 02:25 AM   #1
Default Back button on the browser problem


Hi
In my application I have a wizard and I have to make sure that user can't
come back to previous page of the wizard. The problem is that is user clicks
on "Back" button of the brouser he returns to previous page. How can I
restrict this behavior - let's say showing him - "This page expired" or just
sending him to totally different page.
Thanks, Shimon.




shimonsim@talamus.com
  Reply With Quote
Old 06-26-2003, 11:38 AM   #2
Rajesh.V
 
Posts: n/a
Default Re: Back button on the browser problem

Also you could try placing the js history.forward(1) in the pages, people
shouldnt come back to. This js effectively disables the back button.

"" <> wrote in message
news:...
> Hi
> In my application I have a wizard and I have to make sure that user can't
> come back to previous page of the wizard. The problem is that is user

clicks
> on "Back" button of the brouser he returns to previous page. How can I
> restrict this behavior - let's say showing him - "This page expired" or

just
> sending him to totally different page.
> Thanks, Shimon.
>
>



  Reply With Quote
Old 06-27-2003, 02:36 PM   #3
Tian Min Huang
 
Posts: n/a
Default RE: Back button on the browser problem

Hi Shimon,

This is a FAQ for script programming. The general idea is that we couldn't
do it on server side. For client side, we cannot totally remove the ability
for the user to go back to the previous location, although we can make it
harder.

Please refer to http://developer.irt.org/script/311.htm for some methods to
do so.

Hope this helps.

Regards,
HuangTM
This posting is provided "AS IS" with no warranties, and confers no rights.

  Reply With Quote
Old 06-29-2003, 01:26 PM   #4
shimonsim@talamus.com
 
Posts: n/a
Default Re: Back button on the browser problem

Thanks, to everybody how answered me.
The functionality I am looking for is something that is similar to
Excite.com functionality.
The home page has to be updated from the server. If I am going to one of
the topics and then click on "Back" button the request is sent to the server
and browser doesn't show me cashed page. I find it very nice (and very
useful for my application).
Thanks for answers.
Simon.

"Tian Min Huang" <> wrote in message
news...
> Hi Shimon,
>
> This is a FAQ for script programming. The general idea is that we couldn't
> do it on server side. For client side, we cannot totally remove the

ability
> for the user to go back to the previous location, although we can make it
> harder.
>
> Please refer to http://developer.irt.org/script/311.htm for some methods

to
> do so.
>
> Hope this helps.
>
> Regards,
> HuangTM
> This posting is provided "AS IS" with no warranties, and confers no

rights.
>



  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump