t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 05, 2001 12:38 PM
Subject: [Dynapi-Help] getHTML
> does the getHTML method works in ns4? i have a problem with that
>
> i have a with some code inside
> then, in the dynapi.onlad i do
>
> capa = t
does the getHTML method works in ns4? i have a problem with that
i have a with some code inside
then, in the dynapi.onlad i do
capa = this.document.getAll()['layer1']
but when i try something like alert(capa.getHTML()) i got nothing in ns4.
in other browsers it's all right. any ideas? thanks.
It's not that it doesn't work. It doesn't exist. Netscape doesn't know how
to read the content of a layer.
8an
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
getHTML() is not working for me in netscape with relatively positioned
layers. Does anyone know anything about this?
Jonah
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
Netscape can't retrieve the html content of a layer, therefore the API can't
either. When you explicitly set the HTML, the API chetas by storing it in an
internal variable, but this doesn't work with inline layers.
Darryl Cousins wrote:
> Further on international character sets:
>
>
>
>
>
>
Further on international character sets:
Netscape 4.7 doesn't translate the character set in DynAPI layers. (IE
does). Netscape inserts a ? for the unread characters.
I thought I was on the right track to use inline layers (where the character
set is translated) and to retrieve the string usi