> try
>
> <a href=#
> onclick="LoadPanel.findLoadPanel(this).setURL('newpage.html');retu
> rn false">click
> me</a>
No cigar, Netscape is still having the same problem :-(
> Also - you know that in Netscape and IE links are in different
> places - different documents.
Netscape is document.links isn't it?
Netscape works properly if I construct the link this way:
<a href="javascript: objectRef.setURL('newpage.html')">link</a>
The problem is a "this" object reference in the onClick is different to a
"this" object reference in the href. The onclick reference is within the
link text in the Layer, the href reference is in the root document (the
DynDocument). I haven't worked out how to find the LoadPanel from the href
reference.
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help
- [Dynapi-Help] html links inside loadpanel documents Cameron Hart
- Re: [Dynapi-Help] html links inside loadpanel docume... Mark Pratt
- RE: [Dynapi-Help] html links inside loadpanel do... Cameron Hart
- Re: [Dynapi-Help] html links inside loadpane... Dan Steinman
- [Dynapi-Help] New events.js Raymond Smith
- Re: [Dynapi-Help] New events.js Robert Rainwater
- RE: [Dynapi-Help] html links inside load... Cameron Hart
- RE: [Dynapi-Help] html links inside... Cameron Hart
- RE: [Dynapi-Help] html links inside load... Cameron Hart
- RE: [Dynapi-Help] html links inside... Alexey Medvedev
- Re: [Dynapi-Help] html links in... Cameron Hart
- Re: [Dynapi-Help] html links inside... Mark Pratt
- Re: [Dynapi-Help] html links inside loadpane... Mark Pratt
- RE: [Dynapi-Help] html links inside load... Matthew Shirey
- RE: [Dynapi-Help] html links inside... Nuno Ferreira
- Re: [Dynapi-Help] html links in... Peter Luxmore
- Re: [Dynapi-Help] html links inside load... Doug Melvin
