![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: " " 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;
I am still returned "movie window has no properties" at line 32, why,
>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
|