Buton Back.

V

Vincent M.

Hello,

Is there any way to change the result of the IE navigation back buton ?
Something like that:

history.back() = "index.html" ;

Thanks,
Vincent.
 
L

Lasse Reichstein Nielsen

Vincent M. said:
Is there any way to change the result of the IE navigation back buton
? Something like that:
history.back() = "index.html" ;

No. And it would be horrible if there was.

If what you really want is to prevent somebody from going back to your
own page, then you can do that when you leave the page using
location.replace("newUrl.html")
This replaces the current location in the history instead of adding to it.

/L
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,125
Latest member
VinayKumar Nevatia_
Top