Guest User

Untitled

a guest
Dec 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <html><body><script>
  2.  
  3. var a = prompt("Enter your name:");
  4. document.location = location.href + "#" + a;
  5. var b = location.hash;
  6. var c = b.length;
  7. var d = b.substring(1,c);
  8. document.write("Hello " + d + "!");
  9.  
  10. </script></body></html>
Add Comment
Please, Sign In to add comment