Advertisement
Lyut

Untitled

Dec 11th, 2019
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <script src="nui://game/ui/jquery.js" type="text/javascript"></script>
  4. </head>
  5. <body>
  6.     <form action="index.html" method="post" id="reg" autocomplete="off">
  7.  
  8.         Stazza:<br><input type="range" min="0" max="4" class="slider" id="stazza" onchange="$.post('http://main/update', JSON.stringify({
  9.                             stazza: this.value,
  10.                             sesso: $('#sex').val()
  11.                         }));">
  12.         <br>
  13.         <input id="vai" type="submit" value="Entra!"></button></p>
  14.     </form>
  15.     <script src="script.js" type="text/javascript"></script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement