![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi all, This is my first time visiting this group. I don't know if it is the right one, otherwise please tell me in which group I have to put me question. Well the question is as follows: I need a simple mailform. I know how to mak that, but I don't want to use the most easy solution in html with mailto:. Everyone knows that gives you more spam than you would like... The form contains some text, three fields to be filled in: 1. name 2) e-mail address (for replies etc) and 3) a text-area for comment and questions Furthermore a Transmit or Submit button. A Reset or Erase button is welcome, but not neccessary. I had a form using CGI-bin from my provider, but it fails somehow, so I decided to use something different. I tried PHP, but my provider does not support that. The only thing I can use is Html and Java. I tried something with Java, but what I have now is not what I want, it starts user's e-mail program and than fills in the 'to', 'from', 'subject' and textbody. User still has to click the sent button. I searched a lot on the web, maybe not on the right places, but all I found are examples with far more functionality then needed. Could any of you help me? Thanks in advance John --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.699 / Virus Database: 456 - Release Date: 4-6-2004 When the mailform is submitted it should be handled by some kind of |
#2
| |||
| |||
|
|
JohnK wrote: Hi all, This is my first time visiting this group. I don't know if it is the right one, otherwise please tell me in which group I have to put me question. Well the question is as follows: I need a simple mailform. I know how to mak that, but I don't want to use the most easy solution in html with mailto:. Everyone knows that gives you more spam than you would like... The form contains some text, three fields to be filled in: 1. name 2) e-mail address (for replies etc) and 3) a text-area for comment and questions Furthermore a Transmit or Submit button. A Reset or Erase button is welcome, but not neccessary. I had a form using CGI-bin from my provider, but it fails somehow, so I decided to use something different. I tried PHP, but my provider does not support that. The only thing I can use is Html and Java. I tried something with Java, but what I have now is not what I want, it starts user's e-mail program and than fills in the 'to', 'from', 'subject' and textbody. User still has to click the sent button. I searched a lot on the web, maybe not on the right places, but all I found are examples with far more functionality then needed. Could any of you help me? Thanks in advance John --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.699 / Virus Database: 456 - Release Date: 4-6-2004 When the mailform is submitted it should be handled by some kind of script. Since client side scripting does not have such capabilities for security reasons you can only solve this by taking some actions on the server using a server side script. Since your provider doesn't support php and cgi and probably no java server pages as well you can't handle the form at the server of your provider. However there are sometimes third party scripts that can handle your form on their server and send results to your email, but this is quite often a paid service. -- http://www.archytas.nl/ webdesign, internet applicaties, internetgestuurde elektronica |
![]() |
| Thread Tools | |
| Display Modes | |
| |