Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //alert() - prompt();
- <html>
- <title></title>
- <head>
- <script type="text/javascript">
- var wii = prompt("JavaScript", "Digite 1 ou 2");
- if(wii == 1) alert("VocĂȘ digitou 1");
- if(wii == 2) alert("VocĂȘ digitou 2");
- </script>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment