Forum Moderators: open
form name="form1">
<select name="LatestCollection" onChange="MM_jumpMenu('parent.frames[\'main\']',this,1)" class="jumper">
<option selected>Latest Collection</option>
<option>-----------------------------------------------------</option>
<option value="Latest/Page1.htm">Page 1</option>
I suggest you first run the W3C validator:
HTML Validator [validator.w3.org]
and deal with whatever it turns up. When the page validates, there's a good chance his beavior will disappear. If not, we'll help you deal with it.
By the way, I assume this is a copy/paste omission, but your opening form tag is missing the first <, and you need to have </select> and </form> tags at the end. So make sure those three things are in your original mark-up.
<Sorry, no personal URLs. See TOS [webmasterworld.com]>
[edited by: tedster at 5:12 am (utc) on Jan. 5, 2005]