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

Hi friends. I need your help once again
I have made a form for my SIte which have fields "Name, Company, Message , etc.". The page is in HTML, I want that, whenever anyone add some info in it and click "Submit" button. It will send an Email to me. Is it possible without making a database. Plz give details. Some example scripts if you can or links. (no PHP Script please)

2006-06-28 19:00:49 · 3 answers · asked by AshishBatra 5 in Computers & Internet Programming & Design

I am using Javascript. If you can give some details with example link. i will be really thankful.

2006-06-28 19:22:13 · update #1

3 answers

You dont need a database to store the form info. You could use a text file or XML or something to save the data. As for sending email, you sill need some kind of serverside language. (PHP, ASP, JSP, JAVA, etc.) WHat language are you looking to do this in?

2006-06-28 19:17:39 · answer #1 · answered by lxa478 2 · 0 0

Here's a basic example using the a form with mailto as its action:
http://techrepublic.com.com/5100-1035_11-5250440.html#

However, this prompts the user to allow the message to be sent via his default email program, and if it's not set up correctly the email won't be sent. PHP and ASP would be able to send it out automatically.

2006-06-29 04:37:07 · answer #2 · answered by Flif 7 · 0 0

Html can not send a message. u most use php. And if u don't know how to use it, i can help u
surf_dgm@yahoo.com

2006-06-29 02:26:06 · answer #3 · answered by dgm 2 · 0 0

fedest.com, questions and answers