Forum Moderators: open

Message Too Old, No Replies

double frame on scroll

double frame navigation

         

sixx

9:26 am on Dec 31, 2004 (gmt 0)

10+ Year Member



Hi!
im having alot of difficulties debugging my problem.
it seem that another navigation will appear once i use the scroll on the mouse, how can i prevent this?
appreciate some help. :)
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->

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>

tedster

5:48 pm on Dec 31, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't see that behavior - based on the snippet yuou pasted in, at least. It's probably coming from other elements on the page.

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.

sixx

5:40 am on Jan 1, 2005 (gmt 0)

10+ Year Member



hey,happy new year to u.
thanks.i will test n try.

sixx

3:45 am on Jan 5, 2005 (gmt 0)

10+ Year Member



Hi there,
for the past few days,i've tried to replicate the problem, but i still cant get it rite.
could it be my frameset causing the problem?
i've validate n amend all the changes offline, but still seeing the same problem?
wat can i do next?
appreciate if anyone can help.

<Sorry, no personal URLs. See TOS [webmasterworld.com]>

[edited by: tedster at 5:12 am (utc) on Jan. 5, 2005]