[thelist] JavaScript open.window CGI-BIN question

Brad Farris evolt at maxwwwebster.com
Wed Sep 10 17:08:55 CDT 2003


Hi, Amy -

I'm sure it's a typo, but just in case - are you really using open.window()?

"open()" is a method that belongs to the "window" class, so if you have been
trying open.window(), try window.open() instead.

-Brad Farris

-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org]On Behalf Of Amy Johnson
Sent: Wednesday, September 10, 2003 1:30 PM
To: TheList
Subject: [thelist] JavaScript open.window CGI-BIN question


I have created a series of CGI Perl scripts that generate dynamic HTML
pages for a web site.  They are sitting in the cgi-bin directory on a
UNIX box.  My problem is that the dynamically created pages call a
JavaScript file in the main directory that uses the open.window
command.  It all used to work fine.  But something happened (maybe on
a system level) and now all the JavaScript works EXCEPT the
open.window command.  It just plain doesn't work (no window pops up)
from the cgi-bin Perl scripts.  It does however still work from the
main directory HTML files.  Any ideas about what might be wrong on a
system level so I can probe this issue more with the system
administrators?  I don't know much about JavaScript so I'm clueless as
to why this all stopped working.

Thanks,
Amy


--
* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester
and archives of thelist go to: http://lists.evolt.org
Workers of the Web, evolt !




More information about the thelist mailing list