![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivecalling functions from cgi
From: Tony Rice <rtphokie@gmail.com>
Date: Tue Jan 31 2006 - 00:11:05 CET
If I've loaded a set of functions in a webdocument like this:
<script language="JavaScript" type="text/javascript"
Shouldn't I be able to call a function from inside foo.js later in that
<script language="JavaScript" type="text/javascript">myfunction(myargs)
Even though it's generated from a CGI script? The all loaded javascript
|