Menu in <FRAMESET> is causing page reload

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
tamcor
Beginner
Beginner
Posts: 1
Joined: Sat Apr 17, 2004 6:53 pm

Menu in <FRAMESET> is causing page reload

Post by tamcor »

Update:
Hello,
I found the line which was in one of the menu examples:
if (parent.frames.length) { top.location=document.location;}

Now when I remove this line everything is ok, except the following:
- in IE when the window is maximized, the menu runs VERY slow. Interestingly, when I make the IE window not maximized, the menu runs at normal speed. I have image rollovers on the page; those are also running very slow when the window is max, and running normal when the window is not maximized.

Could this be an IE image caching bug having to do with the frameset in combination with the window size?

The page works fine in Netscape in any mode.

Thanks for any help,
Corey



Hello,
I am evaluating the menu and it is working great except for one thing. My site is in a frameset:

<head>
<title>Test Site</title>
</head>
<frameset rows="80%,*" border="0">
<frame src="http://www.mysite.com" frameborder="0">
<frame src="http://www.yahoo.com" frameborder="0">
<frame frameborder="0" noresize>
</frameset>
</html>

When the page loads, the entire window gets reloaded with the page indicated in the first frame, which has the menu in it.

Does anyone know what is going on?

Thanks,
Corey
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

V5 does not support frames (although some folks have gotten it to work - do a Search for threads on the UNsupported code).

Also, if you're picking apart the menu code itself we are unable to help you at all. :(
John
Post Reply