Advertisement
lessientelrunya

changecolor1

Jul 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function changeColor(color)
  2. {
  3.     document.getElementById('colorDiv').style.backgroundColor = color;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement