<html><head><script type="text/javascript">function disp_prompt(){ var name=prompt("Name","") if (name!=null && name!=""){ document.write(name) }}</script></head><body> <form> <input type="button" onclick="disp_prompt()" value="Display a prompt box"> </form></body></html>
Name (required)
email (will not be published) (required)
Website