I have a question regarding a "back"-item i use on my asp-pages.
What it should do is load the previously opened page.
Example:
I have a page called database.asp, that contains some links.
One of the links is for example index1.asp.
A 'Back'-command on the index1.asp would load the database.asp again.
Problem:
I've tried the easy way with javascript history.back, but since the database.asp contains a password-embedded connection string to the database, each time the user wants to "go back" he gets prompted for the password.
The problem is solved when the previous page would simply be fully relaunched.
I've been told this can be done in asp with the "session object", but i don't know anything about this.
Can somebody help me out here or maybe point me in some direction?
Thanks in advance
What it should do is load the previously opened page.
Example:
I have a page called database.asp, that contains some links.
One of the links is for example index1.asp.
A 'Back'-command on the index1.asp would load the database.asp again.
Problem:
I've tried the easy way with javascript history.back, but since the database.asp contains a password-embedded connection string to the database, each time the user wants to "go back" he gets prompted for the password.
The problem is solved when the previous page would simply be fully relaunched.
I've been told this can be done in asp with the "session object", but i don't know anything about this.
Can somebody help me out here or maybe point me in some direction?
Thanks in advance