monoteen

prompt

Oct 19th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>TODO supply a title</title>
  5.         <meta charset="UTF-8">
  6.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.         <script>
  8.             var input = prompt('Massage', 'Default');
  9.             alert(input);
  10.         </script>
  11.     </head>
  12.     <body>
  13.         <div>TODO write content</div>
  14.     </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment