![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: calling functions from cgi
From: Tony Rice <CMQPEWPHFNYK@spammotel.com>
Date: Tue Jan 31 2006 - 17:27:34 CET
RobG <rgqld@iinet.net.au> wrote in news:zvBDf.251$Nv4.46029
> That sounds like you are trying to access elements before the page has
I'm using jah (http://microformats.org/wiki/rest/ahah) to load URLs inline
my $ajaxcall="jah('myotherscript.cgi?myarg=arg', 'contentdiv')";
}else{
The goal is to have the content loaded inline automatically if the
I'm getting the following errors:
document.getElementById(target) has no properties
and
href has no properties
These are both coming from the ahah code. What I dont get is what is
Any ideas?
> Did you fix the missing '>' from the closing script
yes. That was a cut and paste error between the code and my newsreader.
|