Guest User

Untitled

a guest
Dec 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. function sele()
  2. {
  3. var select = document.getElementById('drop');
  4. var one = document.getElementById('val1');
  5. var two = document.getElementById('val2');
  6. var there = document.getElementById('val3');
  7. one.setAttribute('style', 'background-color: blue');
  8. two.setAttribute('style', 'background-color: red ');
  9. select.setAttribute('style', 'background-color: grey');
  10. }
Add Comment
Please, Sign In to add comment