PDA

View Full Version : POPUP Help!!


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?

jcalabro
04-27-2006, 08:20 PM
ok, well there was a windows update...

ok i uninstalled the update (Genuine Authentication Update) and now my popups work once again! AH HA!
thanks

jcalabro
04-27-2006, 10:50 PM
nope... still not working AHHHHHHHH