View Single Post
Old 04-08-2010, 04:57 PM   PM User | #3
Student23
New to the CF scene

 
Join Date: Mar 2010
Posts: 7
Thanks: 2
Thanked 0 Times in 0 Posts
Student23 is an unknown quantity at this point
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...
Student23 is offline   Reply With Quote