Guest User

Untitled

a guest
Nov 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. window.addEventListener('load',regEvent,false);
  2.  
  3. function regEvent(e){
  4. document.getElementById("f2").addEventListener("click",oClick,false);
  5. }
  6.  
  7. function oClick(e){
  8.  
  9. document.getElementById("f2").style.backgroundImage = "url('img/hell.jpg')";
  10.  
  11.  
  12. }
Add Comment
Please, Sign In to add comment