Hello.
It's possible at this select when you select only the value BBB automatically open a web page in the window popUp ?
It's possible at this select when you select only the value BBB automatically open a web page in the window popUp ?
Code:
<form method="POST" action="next.asp"> <p> <select size="1" name="D1"> <option>Select</option> <option value="AAA">AAA</option> <option value="BBB">BBB</option> </select> <input type="submit" value="GO" name="B1"> <input type="reset" value="RESET" name="B2"> </p> </form>
Comment