Guest User

Untitled

a guest
Aug 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Trouble with creating web pages
  2. <html>
  3. <head>
  4. <meta http-equiv='refresh' content='1,url=/client'>
  5. </head>
  6. <body onload="JavaScript:setTimeout('location.reload(true);',0);">
  7. <input type="hidden" name="id" value="3" />
  8. </body>
  9. </html>
  10.  
  11. function updateURL (){
  12. window.history.pushState(null, null, "?id=3")
  13. }
  14.  
  15. window.onload=updateURL;
Add Comment
Please, Sign In to add comment