dizarter
03-27-2008, 06:01 PM
Ok, I have this weird problem
My HTML pages consist of frames and main.html is main frameset.
Among other code, main.html have this code for defining two frames
<frameset rows="130,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="p_header.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="p_home.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
Buttons in flash menu, which is in topFrame embedded in p_header.html, have this code attached
getURL("p_home.html","mainFrame")
getURL("p_contact.html","mainFrame")
getURL("p_about.html","mainFrame")
etc
Frames open correctly in Avant Browser (which is based on IE) in mainFrame.
However, when testing in FireFox or in IE7, frames open in new window.
Anyone have idea why this is happening, and how to overcome this?
My HTML pages consist of frames and main.html is main frameset.
Among other code, main.html have this code for defining two frames
<frameset rows="130,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="p_header.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="p_home.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
Buttons in flash menu, which is in topFrame embedded in p_header.html, have this code attached
getURL("p_home.html","mainFrame")
getURL("p_contact.html","mainFrame")
getURL("p_about.html","mainFrame")
etc
Frames open correctly in Avant Browser (which is based on IE) in mainFrame.
However, when testing in FireFox or in IE7, frames open in new window.
Anyone have idea why this is happening, and how to overcome this?