Click to See Complete Forum and Search --> : If history +1 is true


mawood
05-14-2003, 09:41 AM
How can I check to see if history +1 is true or false. In other words, if I revisit a page via the back bottom, the forward button is, of course usable, which means there is a history(1). How can i check to see if there is a history plus one with out invoking it. I mearely need to set a variable if there it is true.

AdamGundry
05-14-2003, 09:51 AM
You could test history.next, but that requires the UniversalBrowserRead security privilege, which needs a signed script. For more information, see the Netscape Javascript Guide (http://devedge.netscape.com/library/manuals/2000/javascript/1.3/guide/sec.html).

Adam