I know this is probably ridiculously simple, but I can't seem to get it to work. I just want a button on an html page to link to another html page. Nothing going back to the server - just a straight link to another static page.
I've tried just wrapping the button tag in an anchor like this:
<a href="otherpage.htm"><INPUT type="button" value="Go Now"></a>
This works in Netscape, but not in IE. In IE the link shows up in the status bar when you mouse over it, but clicking on it does nothing.
Thanks.
I've tried just wrapping the button tag in an anchor like this:
<a href="otherpage.htm"><INPUT type="button" value="Go Now"></a>
This works in Netscape, but not in IE. In IE the link shows up in the status bar when you mouse over it, but clicking on it does nothing.
Thanks.