M
Marcel Balcarek
Hi,
Is there a way in .NET to convert InnerHtml text e.g. '<B>hello</B>' to
'hello' ??
In IE I can use myiframe.innerText to know whether a field is empty, but in
Netscape this method is not available.
myiframe.InnerHTML often has leftover html which converts to nothing in the
iframe (innertext), but is difficult to test for empty.
Any help is appreciated.
Marcel
Is there a way in .NET to convert InnerHtml text e.g. '<B>hello</B>' to
'hello' ??
In IE I can use myiframe.innerText to know whether a field is empty, but in
Netscape this method is not available.
myiframe.InnerHTML often has leftover html which converts to nothing in the
iframe (innertext), but is difficult to test for empty.
Any help is appreciated.
Marcel