Ask a Question related to ASP.NET General, Design and Development.
-
Music Lover #1
prevent back in browser
For the whole appliation, how can I prevent the users from pressing back in
the browser to go back to the previous page?
Thanks
Music Lover Guest
-
can you prevent malicious use of browser back button in forms auth
Hi there, Here is a scenario that I 've been asked to look into. Can anyone comment on this... I have a Web App that uses forms authentication... -
can I prevent a protected PDF from being opened in web browser
I have a PDF that i have launch from a Flash driven menu. If i execute the pdf file with a double click it opens in reader the way that I wish, but... -
Prevent Excel from opening in browser
I've got an intranet application that presents a list of files in sort of a 'central repository' web page. Each file is an href in the form <a... -
Prevent 'Page has expired' when a client hits back to return to a search page
I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I... -
Question: How can I "expire" a web page (prevent BACK button)
I know some sites will display the following message if you click on the BACK button in your browser. How do I implement this feature? Warning:... -
Scott M. #2
Re: prevent back in browser
Keep the DOM history object clear at all times during your web app.
"Music Lover" <music@my-heart.org> wrote in message
news:emzVlX5UDHA.652@tk2msftngp13.phx.gbl...in> For the whole appliation, how can I prevent the users from pressing back> the browser to go back to the previous page?
> Thanks
>
>
Scott M. Guest
-
MS News #3
Re: prevent back in browser
Scott M.
How do you keep the DOM history object clear at all times during your web
app.
please give a complete example
Thanks you
"Scott M." <s-mar@BADSPAMsnet.net> wrote in message
news:uAJWBE6UDHA.2364@TK2MSFTNGP10.phx.gbl...> Keep the DOM history object clear at all times during your web app.
>
>
> "Music Lover" <music@my-heart.org> wrote in message
> news:emzVlX5UDHA.652@tk2msftngp13.phx.gbl...> in> > For the whole appliation, how can I prevent the users from pressing back>> > the browser to go back to the previous page?
> > Thanks
> >
> >
>
MS News Guest



Reply With Quote

