| 12:55 | <joas> | http://www.tizag.com/javascriptT/javascript-innerHTML.php |
| 12:55 | <joas> | i am trying to execute this code |
| 12:56 | <joas> | <script type="text/javascript">function changeText(){ document.getElementById('boldStuff').innerHTML = 'Fred Flinstone';}</script><p>Welcome to the site <b id='boldStuff'>dude</b> </p> <input type='button' onclick='changeText()' value='Change Text'/> |
| 12:56 | <joas> | it is not working, any idea? |