Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:32
Menu in <FRAMESET> is causing page reload
Poster: tamcor
Dated: Saturday April 17 2004 - 18:57:57 BST
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