Forum Moderators: open

Message Too Old, No Replies

Is there such a thing as a "double back" button?

Need to send visitors two pages back if possible...

         

theadvocate

1:16 pm on Nov 11, 2003 (gmt 0)

10+ Year Member



Hi all,

Is there an html link command which will send a visitor two pages back?

Thanks!

bateman_ap

1:18 pm on Nov 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can do it with javascript:

javascript:history(-2)

theadvocate

3:59 pm on Nov 11, 2003 (gmt 0)

10+ Year Member



Thanks Bateman

le_gber

9:28 am on Nov 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



bateman_ap I am not sure there is anything wrong with the code you gave but I usually tend to use

javascript:history.go(-2);

Leo