SitePoint Enthusiast
Hi, I don't quite know how to explain this. But I want to write a javascript program that pops up a window upon the detection of a clicked radio button.
Can anyone explain to me how to do this?
Just use something like this:
<input type="radio" onclick="window.open('somepage.html','pageName','pageAttributes')">
and for more info on the window.open() feature in JavaScript, have a look here:
http://www.pageresource.com/jscript/jwinopen.htm
aDog
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks