> It should be possible to embed some Javascript into the WillGet page
> and the Cancel page that will take Netscape back 1 or two pages.
> Given the list of reasons above I think that this would be a better
> solution.  Does anybody know any Javascript?


This would do the trick:

<form>
<input type=button value="back" onClick="history.go(-2)"
</form>


bye


Reply via email to