It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming JavaScript Forum

automatic pop-up when click on a radio button

automatic pop-up when click on a radio button

Postby joshcxa on Tue Jul 25, 2006 1:20 am

As the title suggests

I have 2 options for a user to choose from. If the click the radio button, "yes," I want a pop up window to appear

How do I go about that?
joshcxa
DEVPPL Lightwave Moderator
User avatar
joshcxa
100+ Club
 
Posts: 156
Joined: Wed Aug 18, 2004 10:59 am
Location: Australia

Postby Scriptbanger on Wed Aug 23, 2006 1:22 am

Code: Select all
<form>
<input type="Radio" value="no">No<br>
<input type="Radio" value="yes" onclick="window.open();">Yes
</form>
Scriptbanger
 
Posts: 5
Joined: Wed Aug 23, 2006 1:02 am
Location: Lander, Wyoming


Who is online

Users browsing this forum: No registered users and 4 guests