Jump to content

Newkirk

Members
  • Posts

    3
  • Joined

  • Last visited

Newkirk's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Now how would I make it so that it sends the outocome to someone via e-mail?
  2. Yes. Thank you. Very appreciated.
  3. How would I set up multiple prompt boxes other than just one like: <html><head><script type="text/javascript">function disp_prompt(){var name=prompt("Please enter your name","")if (name!=null && name!=""){document.write("Hello " + name + "! How are you today?")}}</script></head><body><form><input type="button" onclick="disp_prompt()" value="Display a prompt box"></form></body></html>
×
×
  • Create New...