Reesho
01-22-2003, 10:27 PM
I could use some help with this one....
My javacript pop up windows work fine in Explorer but are truncated and without scroll bars in Netscape. I'm using this script in the <head>:
<script>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
The reference in the <body> is:
function fwLoadMenus() {
if (window.fw_menu_0) return;
window.fw_menu_0 = new Menu("root",146,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#003399","#730000");
fw_menu_0.addMenuItem("Trade In Evaluation", onMouseDown="MM_openBrWindow('brokerageform.html','TradeIn','width=560,height=1200')");
(the link is in a pop up menu)
You can check out the page to see what I mean: www.greatbayboats.com (http://www.greatbayboats.com/html/welcome.html)
How can I get the pop up windows to work properly in Netscape?
Any clues would be greatly appreciated!
My javacript pop up windows work fine in Explorer but are truncated and without scroll bars in Netscape. I'm using this script in the <head>:
<script>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
The reference in the <body> is:
function fwLoadMenus() {
if (window.fw_menu_0) return;
window.fw_menu_0 = new Menu("root",146,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#003399","#730000");
fw_menu_0.addMenuItem("Trade In Evaluation", onMouseDown="MM_openBrWindow('brokerageform.html','TradeIn','width=560,height=1200')");
(the link is in a pop up menu)
You can check out the page to see what I mean: www.greatbayboats.com (http://www.greatbayboats.com/html/welcome.html)
How can I get the pop up windows to work properly in Netscape?
Any clues would be greatly appreciated!