I am trying to add radio buttons to a pop-up prompt. How can I do this, and then check to see what the user selected? Thanks in advance.
whoisgregg
9:30 pm on Oct 29, 2009 (gmt 0)
You'll have to simulate this in HTML by revealing a <div> that has the radio buttons. The only methods available for a native pop-up is the confirm(); call and that just gives the user either a "OK" or "Cancel."