Associate
- Joined
- 1 May 2006
- Posts
- 810
- Location
- Bristol, UK
Afternoon all,
I've got a little problem with a button
I'm trying to use the goTo function to link to another page but no matter how many different times I've tried, it simply won't work.
Here's how it looks at present:
Any ideas guys?
Cheers
I've got a little problem with a button

I'm trying to use the goTo function to link to another page but no matter how many different times I've tried, it simply won't work.
Here's how it looks at present:
Code:
<input name="button22" value="Yes" type=button onClick="goTo(deletefavlink.php?uid=<?php echo $row_favlinks['uid']; ?>)">
Cheers