Forum Moderators: open
I want to do the following: If a user select in a drop down menu an option 1, than form1.php is uploaded, if an option 2, than form2.php. The problem is IE doesn't support option onclick, it support select onclick but I can not use select onclick because I need for different option different form.
Thanks