Go back to last page

X

xfile

Hi,

Is it true that it's possible to reproduce codes similar to the "Back"
button of IE?

I tried to find similar tips from the net and that seems to be the answer.

I did find one line for JavaScript but it won't work on my ASP page.

So if anyone could help, will deeply appreciate.
 
X

xfile

Hi,

It won't work in the ASP with response.write.
A error message says, it cannot find the file or directory.
Any other suggestions, please?

Thanks.
 
R

Ronx

Please post that segment of code.

response.write "<a href=""javascript:history.go(-1)"">Back</a>"

should not produce any error messages.
 
Top