Ask a Question related to ASP.NET General, Design and Development.
-
shimonsim@talamus.com #1
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 Guest
-
Disable back button in browser and X in top right
Has anyone ever seen code out there for disabling the back button or the close button? I don't want the user to be able to leave the flex app... -
Browser Back button problem
Dear all I'm having a probelm concerning the security of my application. the problem is when a user is loggoed in and then he looged out i redirect... -
How do I disable Back Button in Browser?
i get incredibly grumpy every time someone asks a question then they get bombarded with 'we have to think of the user' and 'u have no right to mess... -
Help with Frames and the Browser Back Button...
Hi all! I think that it isn't the first time you read this question (I think it is a FAQ)....however.... .... I have a 3-frame page: left, top... -
flash detection and browser 'Back' button problem...
Hello, One of my clients has asked me a difficult problem this week... how to set up his website so viewers can use their browser 'Back' button... -
Rajesh.V #2
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.
"shimonsim@talamus.com" <estshim@att.net> wrote in message
news:utyd2F4ODHA.3144@tk2msftngp13.phx.gbl...clicks> 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 userjust> 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> sending him to totally different page.
> Thanks, Shimon.
>
>
Rajesh.V Guest
-
Tian Min Huang #3
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 [url]http://developer.irt.org/script/311.htm[/url] for some methods to
do so.
Hope this helps.
Regards,
HuangTM
This posting is provided "AS IS" with no warranties, and confers no rights.
Tian Min Huang Guest
-
shimonsim@talamus.com #4
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" <timhuang@online.microsoft.com> wrote in message
news:Di3g3ELPDHA.2172@cpmsftngxa06.phx.gbl...ability> 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 theto> for the user to go back to the previous location, although we can make it
> harder.
>
> Please refer to [url]http://developer.irt.org/script/311.htm[/url] for some methodsrights.> do so.
>
> Hope this helps.
>
> Regards,
> HuangTM
> This posting is provided "AS IS" with no warranties, and confers no>
shimonsim@talamus.com Guest



Reply With Quote

