Hey all I have yet another question for ya'all:
I want to get access to all the divs under the rOne div, can I do this. I was trying to do this with this command,
but I am getting errors that document.getElementById('rOne').childNodes has no properties. What am I doint wrong.
again,
Thanks for the help.
-T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
Code:
<div id="rOne">
<div class="c1">Jojn</div>
<div class="c2">Ra-Ray</div>
<div class="c3">555-555-6598</div>
</div>
Code:
var p = document.getElementById('rOne').childNodes;
again,
Thanks for the help.
-T
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!