Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to use document.getelementbyid

<p id="YourId">How to use document.GetElementById in HTML</p>
<script>
document.GetElementById('YourId')./* The thing you need to do to your code... Here I want .innerHTML you can take any...  */.innerHTML('/* what will it change... */')
</script>
Source by www.erelcolak.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+3 =