Can someone please give me a tip on how to make a button act like a link???
I use
, but it's flaky at best. Seems to only work in IE 5.5...
And another thing... Netscape doesn't understand an input type of button???
<input type=button value="Back to Main" onClick="window.location.href('myPage.htm')>
This won't even show up in NS 4.7 --
If anyone could give me some pointers, I'd appreciate it.

Paul Prewett
I use
Code:
onClick="window.location.href('myPage.htm')"
And another thing... Netscape doesn't understand an input type of button???
<input type=button value="Back to Main" onClick="window.location.href('myPage.htm')>
This won't even show up in NS 4.7 --
If anyone could give me some pointers, I'd appreciate it.
Paul Prewett