Are you sure it's the HTML that'sot rendering?
I know that there are issues with images not fully loading in a loadpanel..
I posted a fix:
<img src="mygif.gif" onabort="this.src=this.src">
what this will do, is when the image aborts (stops downloading)
the code "this.src=this.src" will cause the image to re-load.

This is usually successfull the first time (only aborts once I mean)
----- Original Message -----
From: "Joe NguyenLe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 27, 2001 7:33 PM
Subject: [Dynapi-Help] setURL only partially load document


> I am experimenting weird problem with the latest snapshots of DynAPI
2.5.6:
> When I use setURL to load an external content into a LoadPanel from a link
> or from a script, the document only partially load and the cut off point
is
> never at the same location. Any help would be appreciated.
>
> Cheers,
>
> JN.
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to