Forum Moderators: open
The current parameters I have set work fine in IE, but Opera adds a scrollbar and the window width is not quite correct. Anyone know of a way to modify the script for Opera or know of an existing JS already set to take in consideration people who browse with Opera?
Below is my current script which does not work well in Opera 7.0
<script language="JavaScript">
<!--
<!--
function ProductWindow() { return (false) }
function Opener2004() { javascript:window.open('logo-pop.html','ImageWindow','height=300,width=400,scrollbars=notoolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,')};
// -->
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
I guess I was looking for a difficult solution to an easy problem to solve.
Thanks bro!