Hi,
Doug's answer sums it up,but if you're having trouble getting javascript to
run from the loaded document, remember it must be between the <body> tags,
and you need to add the defer parameter:
<body>
<script defer>
//do something
</script>
</body>
----- Original Message -----
From: "Jonathan Dale" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 04 August, 2001 09:03
Subject: [Dynapi-Dev] Capturing Events From a LoadPanel
> I need to know if there is a way to capture an event, or invoke an event
> from within a loadpanel.
>
> Basically what I need to do is to make the link in the loadpanel to call
> the setURL method of itself to load a different page.
>
> Thanks
>
> Jonathan Dale
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev