Advertisement
virtualideaz

Prompt.html

Apr 4th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3.     <title>prompt</title>
  4. </head>
  5. <body>
  6.     <script>
  7.         prompt("What is your name??", "none");
  8.     </script>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement