Click to See Complete Forum and Search --> : Question


SniperX
07-19-2004, 03:29 AM
Hi there,

Is there anyway i can make a form of a select or radio buttons on a javascript prompt type thing?
Is this even possible?

Thanks

mdw...

AdamGundry
07-19-2004, 03:52 AM
If I understand you correctly, you need to create a hidden <div> tag or similar and show it using DOM methods. You can't change the controls that appear on an alert(), prompt() or confirm() call, but you can make something similar appear using suitable HTML.

Adam

P.S. Please read the message posting guidelines (http://www.webdeveloper.com/forum/showthread.php?s=&threadid=16096), particularly the bit about descriptive titles.