What I would do is have a function in my main document::

function setURL(url){
    myLoadPanel.setURL(url);

};


and in the document being loaded:
...href="javascript:setURL('theurl.htm')">

----- Original Message ----- 
From: "Jonathan Dale" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 04, 2001 12:03 AM
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

Reply via email to