Forum Moderators: open

Message Too Old, No Replies

Question - using JavaScript to access browser history

This may be a dumb one.

         

dhdweb

8:54 pm on Oct 23, 2002 (gmt 0)

10+ Year Member



Is there any difference at all between the 2 functions below?

javascript:history.go(-1)

and

javasrcipt:history.back()

Is either of them better to use than the other?
What are the differences if any?

dhdweb

g1smd

11:32 pm on Oct 23, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



As far as I know, no difference.

[BTW: for anyone who cuts and pastes note that javasrcipt should be javascript]