Hi all,
I have a question regarding a "go-1-page-back"-item on my asp-pages i'm using.
i now have the following code in my asp-page:
This works fine, however, the page in the history list, is always a password protected page. (always the same password).
So when people hit the "back" text, they always get prompted for a password (which they're not supposed to know).
Is there a way to change the code so it's not directly visible from within the html-code of the asp-page (for example an external .js)
Cause if i would use a password supported "back" directly embedded in my html, people would see the password by moving their mouse over the "back" word.
I hope somebody can help me out cause i have no idea how this can be achieved.
Thanks in advance
I have a question regarding a "go-1-page-back"-item on my asp-pages i'm using.
i now have the following code in my asp-page:
Code:
<p ALIGN="left"><a HREF="javascript:history.back()" class="style2">Back</a>
This works fine, however, the page in the history list, is always a password protected page. (always the same password).
So when people hit the "back" text, they always get prompted for a password (which they're not supposed to know).
Is there a way to change the code so it's not directly visible from within the html-code of the asp-page (for example an external .js)
Cause if i would use a password supported "back" directly embedded in my html, people would see the password by moving their mouse over the "back" word.
I hope somebody can help me out cause i have no idea how this can be achieved.
Thanks in advance