Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script src="jcolor.js"> </script>
  2. <h4 > Color Code: </h4>
  3. <h3 id="colorCode"> </h3>
  4. <button onclick="color(this,this, undefined , function(code){
  5. document.getElementById('colorCode').innerHTML= code } )" > Click Me </button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement