CodingForums.com
>
:: Client side development
>
HTML & CSS
> putting a link in a button?
PDA
View Full Version :
putting a link in a button?
Hiei
07-14-2004, 07:53 PM
i want to be able to have a radio button and when the user clicks on the button they want it takes them to the page the button described? can anyone help me with this?
MattJakel
07-14-2004, 07:57 PM
<form>
<input type="radio" onclick="javascript:window.location='http://www.yoursite.com/page.html'">
</form>
Matt
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.