Hi,
I am attempting to load content into a loadpanel from a <a href=""></a>
tag.
In the header I define some functions like
function LoadPage1(){
LoadPanelName.setURL('index.html')
--other actions--
}
function LoadPage2(){
LoadPanelName.setURL('index2.html')
--other actions--
}
etc...
and elsewhere in the code I have something like
<a href="javascript:LoadPage1()">load page 1</a>
<a href="javascript:LoadPage2()">load page 2</a> etc...
Works fine in Explorer, but in Netscape 4 setURL only works once. Other
actions continue to work however. Anyone know what's up?
Thanks,
Ariit
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help