My history is a little long, but I 'd like to describe it for
some can help me.
I have file 1 (first) and file 2 (seconde) linked by a
href
in the file 2 I have a loadpanel_A in onload. In the
file loaded (with loadpanel_A) I'd like to load another file with
loadpanel_B.
It works very well with ie in any of the following
situtations, but with netscape 4.7
if I load directly file 2 (one time is enough), there is
no problem. all works well.
if I load first file 1 and then call file 2 the
loadpanel_A works well but the the loadpanel_B called by the file loaded by the
loadpanel_A doesn't work .
with debug, the following error message is shown :
lyr has no properties.
What does it mean ? How can I remede this ?
it seemes to me that when file 2 called by file 1, not all his
include *.js was loaded.Is it true ?
Thank you very much for any help !
|