I tried to use the above mentioned technique with a button;
Quote:
<form>
<input type="button" value="Go to Top of the Page" onClick="<a href="#pagetop"></a>">
</form>
&
<form>
<input type="button" value="Go to Top of the Page" onClick="#pagetop">
</form>
|
I tried a number of different ways but none of them work...