document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <head>
  3. <title>Prompt</title>
  4. <body>
  5.  <script language="JavaScript">
  6.   var nama = prompt(\'Ketik nama Anda:\');
  7.   document.write ("Selamat datang: "+nama+" <br>");
  8.  </script>
  9. </body>
  10. </head>
  11. </html>
');