Forum Moderators: open
I just realised that in trying to get two pull down lists working I made the original stop working, I have deleted the additinal one, but because of changes I made (I have now forgotton what these were) the pull down list just gives an "error on page" in status bar when an option is selected.
The entire code is:
<select name="select5"
OnChange="location.href=jump.myjumpbox.options[selectedIndex].value" style="font-family: Verdana; font-size: 10px; border-style: solid; border-width: 1; padding: 0" size="1">
<option selected>List of contents
<option value="se.php">selection 1
<option value="se1.php">selection 2
</select>
Many thanks for your help, the problem may be VERY small!
W.