Here is the code im putting in to resize a movie window(as you can tell I dont do programming) Please HELP. I need this to work in Internet Explorer as well as Netscape. Netscape it sizes correctly now. Can this be cross programmed?
To see what its for goto Its in the multimedia section under trailer one.
Thanks in advance!
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
window.resizeTo(180,190);
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
//-->
</script>
</head>
<body bgcolor="#000000">
<div id="Layer2" style="position:absolute; width:158px; height:115px; z-index:2; left: 4px; top: 7px"><embed src="trailerone.mov" width="156" height="137" vspace="1" hspace="1" align="absmiddle">
</embed></div>
<p>&nbsp; </p>
<div id="Layer1" style="position:absolute; width:127px; height:35px; z-index:1; left: 27px; top: 148px">
<input type="button" value="Close Window" onClick="window.close()" name="button">
<a href="javascript:window.close()"> _Close Window_</a> </div>
</body>
To see what its for goto Its in the multimedia section under trailer one.
Thanks in advance!
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
window.resizeTo(180,190);
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
//-->
</script>
</head>
<body bgcolor="#000000">
<div id="Layer2" style="position:absolute; width:158px; height:115px; z-index:2; left: 4px; top: 7px"><embed src="trailerone.mov" width="156" height="137" vspace="1" hspace="1" align="absmiddle">
</embed></div>
<p>&nbsp; </p>
<div id="Layer1" style="position:absolute; width:127px; height:35px; z-index:1; left: 27px; top: 148px">
<input type="button" value="Close Window" onClick="window.close()" name="button">
<a href="javascript:window.close()"> _Close Window_</a> </div>
</body>