Advertisement
hamaXD

LABADV 2 : script

Aug 29th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function() {
  2.    
  3.     document.getElementById("btnNext").onclick = function() {
  4.       window.location.href = "page2.html"
  5.     };
  6.  
  7.    
  8.   })();
  9.   -------------------------------------------------------------------------------------------------------
  10.   (function() {
  11.    
  12.     document.getElementById("btnPev").onclick = function() {
  13.       window.location.href = "index.html"
  14.     };
  15.  
  16.    
  17.   })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement