Ask a Question related to ASP Database, Design and Development.
-
Terry Murray #1
Disabling the "Back" button
Hi All:
Well, now I have another question. I have created a rather large
application that is handled through one script. What I would like to have
happen is to make it impossible for the user to be able to get back to a
previous page in the application. The reason that I would like to disable
backwards navigation is that previous pages might access databases. In
certain situations if an attempt to insert in a table would occur then an
error most likely would occur because of a violation on inserting duplicate
data. Is there a simple way to make it impossible to allow this type of
navigation impossible or should I perhaps keep track of state so that if I
knew where one came from I would not allow the access to the database to
occur.
Thanks in advance
Terry
Terry Murray Guest
-
Disabling "Save a Copy" button for myapplication and not other applications
I have a application developed in VC++ which can open pdf documents by help of a plug in developed by us. We need to disable the "Save a Copy" button... -
Simulate Browser "BACK" button
Hello, There are many situations on my site that the user has the option of retunring to the prior page. Rather than adding text that reads... -
Will browser "BACK BUTTON"ever work??
Is there I can build a flash site that will alllow a user to use the "back or forward button" in their browser to navigate through a flash site.... -
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:... -
"Back Button" and populated dropdown lists
Hi, I have done some research about my problem I have when using the "back button" in IE to go back to a page with two dropdown lists. The... -
Aaron Bertrand - MVP #2
Re: Disabling the "Back" button
> make it impossible for the user to be able to get back to a
[url]http://www.aspfaq.com/2017[/url]> previous page in the application.
Aaron Bertrand - MVP Guest
-
Ray at #3
Re: Disabling the "Back" button
No, you cannot disable the back button. You have to code your pages to
handle anything that a user may do. Take a look here. [url]www.aspfaq.com/2017[/url]
Ray at work
"Terry Murray" <tgmurray@rogers.com> wrote in message
news:iVRYa.89148$4UE.52019@news01.bloor.is.net.cab le.rogers.com...duplicate> Hi All:
>
> Well, now I have another question. I have created a rather large
> application that is handled through one script. What I would like to have
> happen is to make it impossible for the user to be able to get back to a
> previous page in the application. The reason that I would like to disable
> backwards navigation is that previous pages might access databases. In
> certain situations if an attempt to insert in a table would occur then an
> error most likely would occur because of a violation on inserting> data. Is there a simple way to make it impossible to allow this type of
> navigation impossible or should I perhaps keep track of state so that if I
> knew where one came from I would not allow the access to the database to
> occur.
>
>
> Thanks in advance
>
> Terry
>
>
Ray at Guest



Reply With Quote

