Jump to content

gdoggy1678

Members
  • Posts

    3
  • Joined

  • Last visited

gdoggy1678's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Yes I can do all that and have all that but my question was how could i make it send that info to my database
  2. How would i make it go to my data base can you give some codes please if you can sorry not that good at java yet
  3. i need to put this on my page but when people type in what item they want in the prompt box i want it to send that item to my email gdoggy1678(at)yahoo.comheres what i am using<html><head><script type="text/javascript">function disp_prompt(){var name=prompt("Please enter the item you want added","")if (name!=null && name!=""){document.write("You submited " + name + "! check back later to see if it has been added?")}}</script></head><body><form><input type="button" onclick="disp_prompt()" value="Display a prompt box"></form></body></html>
×
×
  • Create New...