Forum Moderators: open
Simple one I hope, what is the code to enable form buttons to behave like hyperlinks?
Thanks DFrag
<input type="button" value="Go To ..." onClick="window.location='http://www.widgets.com'">
DFrag