jasonchan
05-30-2007, 07:32 PM
I am having trouble trying to launch a videoclip in IE. I placed the video on a separate html file and trying to use javascript to launch this page with a fixed size. It works in Firefox but not in IE 6. What could possibly be the issue here?
<script type="text/javascript" language="javascript">
<!--
function makenew()
{window.open("testwindow.html","blank","toolbar=no,width=340,height=270")}
-->
</script>
<p><a href="#" onClick="makenew()">click</a></p>
fyi, didnt mean to double post...
<script type="text/javascript" language="javascript">
<!--
function makenew()
{window.open("testwindow.html","blank","toolbar=no,width=340,height=270")}
-->
</script>
<p><a href="#" onClick="makenew()">click</a></p>
fyi, didnt mean to double post...