How do I do OuterHTML in firefox?

Posted by SLC on Stack Overflow See other posts from Stack Overflow or by SLC
Published on 2009-11-09T13:04:36Z Indexed on 2010/05/18 12:41 UTC
Read the original article Hit count: 143

Filed under:

Part of my code I get the OuterHTML propery

"<LI onclick="TabClicked(this, 'SearchName', 'TabGroup1');">Name "

so I can do stuff involing parsing it.

There is no OuterHTML property in javascript on firefox though and I can't find an alternative way to get this string. Ideas?

© Stack Overflow or respective owner

Related posts about JavaScript