Skip to main navigation
Skip to main content
Skip to search
firstChild.nodeValue vs. innerHTML
Saturday, Sep 10, 2005
Home
Archive
About
Contact
Search
⬅︎ Back to
firstChild.nodeValue vs. innerHTML
Comment
Samuel Komfi
October 19, 2009
Reply
val = msg.firstChild;
actualValue = val.data;
Comment
val = msg.firstChild;
actualValue = val.data;