Click to See Complete Forum and Search --> : pop up window from dropdown menu


lobos73
01-15-2003, 02:09 PM
I'm trying to get a pop up window to open from a dropdown menu if a user selects one specific option.

Ideally I'd like the window to appear without having the user click the submit button.

Can anyone out there offer any solutions?

Thanks.:rolleyes:

gil davis
01-15-2003, 02:21 PM
Add an onChange event handler to the <SELECT> tag that will only work if the selectedIndex is the right value.

khalidali63
01-15-2003, 02:32 PM
Attached file may be of a help

Khalid