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?
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|

<form>
<input type="Radio" value="no">No<br>
<input type="Radio" value="yes" onclick="window.open();">Yes
</form>
Users browsing this forum: No registered users and 4 guests