[thelist] JavaScript: the Back Button

Tab Alleman thelist at lists.evolt.org
Mon May 13 12:35:01 2002


Sure, but how do I call the function when the back button is clicked?
The DOM doesn't seem to expose the Back Button.. or do I just need a
bigger reference book?


    function goBack() {
       top.yourfile.history.go(-2)
    }