Need to know if the current page is the last in the history array. Theoretically "history[history.length-1] == window.location.href" should do it but
history[...],
history.current,
history.previous,
history.next,
return "undefined". Working with IE 6.0.
Is it a security problem? Scant references in the Internet.
What else can be done?
Thanks for helping.
history[...],
history.current,
history.previous,
history.next,
return "undefined". Working with IE 6.0.
Is it a security problem? Scant references in the Internet.
What else can be done?
Thanks for helping.