jcalabro
04-27-2006, 07:43 PM
i am calling a javascript function from flash
JAVASCRIPT
<script language="JavaScript">
function Launch(page, width, height) {
OpenWin = this.open(page, "mywindow", "top=10, left=210, toolbar=no, menubar=no ,location=no, scrollbars=yes, resizable=yes, width=" + width + ", height=" + height + "\"");
}
</script>
FLASH
getURL (javascript:Launch... etc etc
i just moved off my desktop to a lap top and the pop up does show up
it was working fine.
i also made sure the IE and Mozilla POP Blockers were off. But it still doesn't work in either browser!! help!!
was there a windows update i need to skip around?
JAVASCRIPT
<script language="JavaScript">
function Launch(page, width, height) {
OpenWin = this.open(page, "mywindow", "top=10, left=210, toolbar=no, menubar=no ,location=no, scrollbars=yes, resizable=yes, width=" + width + ", height=" + height + "\"");
}
</script>
FLASH
getURL (javascript:Launch... etc etc
i just moved off my desktop to a lap top and the pop up does show up
it was working fine.
i also made sure the IE and Mozilla POP Blockers were off. But it still doesn't work in either browser!! help!!
was there a windows update i need to skip around?