From: Cameron H. <ca...@bi...> - 2000-12-06 13:07:46
|
I've got a question about links inside html files loaded into a loadpanel. I am building a site that uses multiple loadpanels at the same time. All these loadpanels contain external html documents. Some of these documents have links in them. If you click on a link in a document loaded in a loadpanel, it loads the new page over the top of the main window, not into the loadpanel. That's not good ;-) I've tried making the links javascript calls to call a setURL to load a new document in the same loadpanel. The problem is that the document inside the loadpanel doesn't seem to be "aware" of what loadpanel it is in. It's parent appears to be the top level DynDocument, not the LoadPanel object. Does anyone have any ideas on how I can tell a document loaded into a loadpanel, this is your loadpanel, use setURL on this? Thanks, Cameron. |