- May 31, 2001
- 10,027
- 1
- 81
I've got this code on a page
<p id="test">blah</p>
I can easily do "document.getElementById('test') to get access to the p.
Is it possible however to be able to change "blah" to something else through "getelementbyid" or another way?
<p id="test">blah</p>
I can easily do "document.getElementById('test') to get access to the p.
Is it possible however to be able to change "blah" to something else through "getelementbyid" or another way?
