all groups > flash actionscript > march 2004 >
You're in the

flash actionscript

group:

javascript issue? object Window - mozilla browser


javascript issue? object Window - mozilla browser mediumbear
3/31/2004 9:49:59 PM
flash actionscript:
okay, so i've got a problem. my button, which has this actionscript/javascript
attached:

(on(press){getURL("javascript: window.open('url',' ','width=800,
height=400,directories=no,status=no,menubar=no,scrollbars=no,toolbar=no,resizabl
e=yes');");}

and this works to open a new window with the specified URL within, but the
window it comes from, which i'd like to stay, just says [object Window]

this does not happen in IE or Safari, but the mozilla bunch (netscape,
firefox, mozilla).

please check it out

use: mozilla, netscape, firefox(bird)
goto: www.ninthletter.com/electronic
and click on any of the four squares that come up when you arrive. the problem
is not in how it comes up, but what it leaves behind (object Window????)

is it something with my javascript??
Re: javascript issue? object Window - mozilla browser Shawnatmindcomet
3/31/2004 10:13:35 PM
use javascript:void(window.open())

AddThis Social Bookmark Button