Hi I have a simple login (user and password) form.
This form also includes this multiple menu:
How can I do that each option will redirect the user to another url?PHP Code:<select name="selectgrade" id="selectgrade">
<option>A</option>
<option>B</option>
<option>C</option>
<option>D</option>
</select>
Thanks



Reply With Quote



Bookmarks