PDA

View Full Version : Forms and Alerts


GateKeeper
09-12-2002, 01:16 PM
Is it possible to place form elements in an alert box? For instance, if I wanted to allow the visitor to choose a mode of transportation (lets say they have a choice between walking, driving, flying and sailing), could I put check boxes or radio boxes in the alert and then pass that value on to a script in the main body of the page?

GK

beetle
09-12-2002, 03:24 PM
Not with an alert. But with a popup window or 'layer', yes

zoobie
09-12-2002, 04:07 PM
Like beetle said, you can make your own 'alert' and customize it to do anything you wish...even look exactly like an alert with your form elements in it. :D

GateKeeper
09-12-2002, 05:04 PM
That's kind of what I figured but it never hurts to ask, right?

Thanks guys

GK