Posted by Jasen Betts on 01/24/06 20:28
I'm setting "Followup-To: comp.lang.javascript" as this thread has moved away
from PHP.
On 2006-01-24, one man army <newsAT@screenlightDOT.com> wrote:
> In article <6af7.43d4b96a.110f8@clunker.homenet>,
> Jasen Betts <jasen@free.net.nz> wrote:
>
>> basically you need to saw it in half and have one half making requests and
>> the other half handling the responses.
>
> I also just found the Javascript setTimeOut() call, though in this
> book its listed as not being part of DOM. Better than a Mutation event
> handler?
>
the easiest way to "communicate from the loaded script to the master" is by
either calling a public function or creating or modifying a public variable
or onload can be used by the master to be informed when it has loaded...
when it loads its content becomes part of the javascript environment, etc...
Bye.
Jasen
[Back to original message]
|