Re: " " is not defined
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: " " is not defined

From: Evan Sussman <evansussman@yahoo.com>
Date: Mon Sep 26 2005 - 18:01:34 CEST

just tried changing

>newwindow=window.open(url,'moviewindow','height=280,width=340,toolbar=no,menubar=no,locatio=no,status=yes,left=435,top=25');

to

>moviewindow=window.open(url,'moviewindow','height=280,width=340,toolbar=no,menubar=no,locatio=no,status=yes,left=435,top=25');

and adding

>var moviewindow;
under
>var newwindow;

I am still returned "movie window has no properties" at line 32, why,
when I give it properties here

>moviewindow=window.open(url,'moviewindow','height=280,width=340,toolbar=no,menubar=no,locatio=no,status=yes,left=435,top=25');

do I have to give the

>var moviewindow;

properties, if so how?

-Evan

thanks guys
Received on Tue Oct 18 03:30:25 2005