Guest User

Untitled

a guest
Jan 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <script type="text/javascript">
  2. function my_prompt(param)
  3. {
  4.  
  5. var user_data;
  6. user_data=prompt(param);
  7. alert(user_data);
  8.  
  9. }
  10. </script>
  11. </head>
  12. <body>
  13.  
  14. <a href="#" onclick="my_prompt('Quel est le sens de la vie de l\'univers et du reste ?'); return false;">Click</a>
  15.  
  16.  
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment