English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm trying to make a form that collects name and address. I have it all set up, but I do not understand the "action" part. From what I read, I am supposed to put a URL of where I want the data to go.

But it doesnt put there data there -- It just takes you there when you click submit.

Here is what i have right now.



It doesnt enter any data in the file though -- it just takes the person to the file, as if it where a link for that URL.

I have also tried this



Instead of sending the data to that address, it acts as if the person clicking a link and opens up and email winto with my email address in it (and the variables and data in the body of the email) which could tecnically work -- but this is a website for a business, and thats just a bit ghetto.

2007-02-20 08:38:56 · 1 answers · asked by bdb4269 2 in Computers & Internet Internet

OK -- I dont so much need help with the form tags -- I got that down.

What I need help with in the form processing script. I know it's a server side script, and that is my problem. All these websites that tell you how to make HTML forms, completly fail to tell you anything about the other half, the form proccessing script -- and since its a server side script -- I cant just view source.

So if anyone could point me to and example of a form processing script that would be great!! - ASP preffered.

2007-02-20 09:06:34 · update #1

1 answers

go here http://www.geocities.com/catwulf/Form.html and look at the HTML script. That'll give you an idea. Also, from what I understand, you cannot use a text (or other non-web page/file) or e-mail address as the 'action' method. Normally it uses a special script (normally CGI) to post the data. You can also go to www.w3c.org to search for Form data. Good luck!

Another similar question here: http://answers.yahoo.com/question/index;_ylt=Aivk9GEJQAykQ9SnNMRGukxo7hR.?qid=20070220135017AAFoeWz

2007-02-20 08:43:49 · answer #1 · answered by Norak D 7 · 0 0

fedest.com, questions and answers