Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.56 KB | None | 0 0
  1. <script type="text/javascript">
  2.  function submitTextToCapture() {
  3.       email = document.getElementById("email").value;
  4.       mac = document.getElementById("mac").value;
  5.       window.location = "http://192.168.1.150/php/getmac.php?email=" + email + "&mac=" + '$clientmac';
  6.     }
  7. </script>
  8.  
  9. <form method='get' class="login-form">
  10.  <input type="text" id="email" placeholder="email"/>
  11.  <input type="hidden" id="mac" placeholder="mac addres"/>
  12.  <button type="button" id="button" onclick="submitTextToCapture()"><a href="$authtarget">Continue</button></a>
  13.  
  14. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement