Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Click Radio Buttons to move to another page

Status
Not open for further replies.

MinalMoe

IS-IT--Management
Mar 25, 2004
62
GB
is there anyway I can have 3 Radio Buttons and use the On-Click to move to another page.

Thanks
 
Hi

Like this ?
Code:
<form action="">
<input type="radio" onclick="location.href='[URL unfurl="true"]http://example.com/'">[/URL]
<input type="radio" onclick="location.href='[URL unfurl="true"]http://example.net/'">[/URL]
<input type="radio" onclick="location.href='[URL unfurl="true"]http://example.org/'">[/URL]
</form>

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top