[thelist] DOM - .childNode and How to Target?

Dean Mah dean.mah at gmail.com
Mon Apr 2 08:30:31 CDT 2007


jono at charlestonwebsolutions.com wrote:
> I have a table that holds some text that I need to change using DOM
> scripting.  The trouble is, I am not sure what is considered a child and
> what is not.  Here is the example:
> 
> http://tinyurl.com/2zow44

What about trying:

document.getElementById('Username').nodeValue = 'Email Address';

Dean



More information about the thelist mailing list