Forum Moderators: open

Message Too Old, No Replies

Radio Buttons in a Propmt

         

MartinWeb

11:48 pm on Oct 21, 2009 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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."