pop ups, please helppp
hi, i've been using actionscript see on forums, when people view site in either ie or firefox, pop ups don't work! site: http://www.theliftband.com
here's actionscript use on every button want open pop window:
on (release) {
geturl ("javascript:newwindow=window.open('linkurl here','the lift','width=800,height=600,left=0,top=0,toolbar=yes,location=yes,scrollbars=yes,status=n o,resizable=yes,fullscreen=no'); newwindow.focus();void(0);");
}
it doesnt seem working. anyhelp / better method appreciated. much
here's actionscript use on every button want open pop window:
on (release) {
geturl ("javascript:newwindow=window.open('linkurl here','the lift','width=800,height=600,left=0,top=0,toolbar=yes,location=yes,scrollbars=yes,status=n o,resizable=yes,fullscreen=no'); newwindow.focus();void(0);");
}
it doesnt seem working. anyhelp / better method appreciated. much
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment