7/21/08

Making html button behave like hyperlink

I was trying to do so today for my eSurvey pages and I found it very simple

you just put the hyperlink before the button:



<p>
<a href="http://your link">
<input type="button" name="test">
</p>

No comments: