Re: calling functions from cgi
- From: RobG <rgqld@xxxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 04:15:27 GMT
Tony Rice wrote:
RobG <rgqld@xxxxxxxxxxxx> wrote in news:pkxDf.241$Nv4.45834 @news.optus.net.au:
Do you get errors? What is the error message? Is the error because the file isn't loaded, or because you are trying to manipulate objects in the page before it's full loaded?
The errors I'm getting are DOM related. Wanted to make sure I was on the right track before I dug anymore.
I'm trying to maintain state in a URL for a AJAX app. Make a element on the page loadable via an ajax call or load automatically based on arguments passed in the URL. But I'm getting DOM errors when I call the function inline that is normally called from a user click.
That sounds like you are trying to access elements before the page has created them, either onload or after the AJAX stuff.
Code snippet? URL? Did you fix the missing '>' from the closing script tag noted in other responses?
-- Rob .
- Follow-Ups:
- Re: calling functions from cgi
- From: Tony Rice
- Re: calling functions from cgi
- References:
- calling functions from cgi
- From: Tony Rice
- Re: calling functions from cgi
- From: RobG
- Re: calling functions from cgi
- From: Tony Rice
- calling functions from cgi
- Prev by Date: Re: calling functions from cgi
- Next by Date: Tree node in javaScript
- Previous by thread: Re: calling functions from cgi
- Next by thread: Re: calling functions from cgi
- Index(es):
Relevant Pages
|