Re: [Dynapi-Help] getHTML

2001-12-05 Thread Doug Melvin
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

[Dynapi-Help] getHTML

2001-12-05 Thread Carlos Revillo
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.

RE: [Dynapi-Help] getHTML problem in netscape?

2001-07-11 Thread Eytan Heidingsfeld
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

[Dynapi-Help] getHTML problem in netscape?

2001-07-11 Thread Jonah
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

Re: [Dynapi-Help] [Dynapi-Help]getHTML

2001-01-24 Thread Jordi 'IlMaestro' Ministral
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: > > > > > >

[Dynapi-Help] [Dynapi-Help]getHTML

2001-01-23 Thread Darryl Cousins
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