473,466 Members | 1,646 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

I need my form to send me the results through email.

3 New Member
Here is my code that I have i'm not good at html I only have Frontpage 2003. I am trying to make a Form where say you type in "hi" then that is sent to my email and I can view it. This is the code i'm messing with right now, i've been at this for over 6 hours now.

Expand|Select|Wrap|Line Numbers
  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <title>Name</title>
  6. </head>
  7.  
  8. <body>
  9.  
  10. <form method="POST" action="--WEBBOT-SELF--">
  11. <!--webbot bot="SaveResults" U-File="killa" S-Format="HTML/BR" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="dmxdawg1324@yahoo.com" B-Email-Label-Fields="TRUE" S-Builtin-Fields -->Name: <input type="text" size="10" maxlength="40" name="name"> <br />
  12. Password: <input type="password" size="10" maxlength="10" name="password">
  13. <input type="submit" value="Submit" name="Submit">
  14.  
  15. </form>
  16.  
  17. </body>
  18.  
  19. </html>
Thanks for the help!
Aug 24 '08 #1
6 1652
eWish
971 Recognized Expert Contributor
Your server will have to have the Frontpage extensions installed before you will be able to send an email with what you have. Your other option would be to use a server side language to send the email.

--Kevin
Aug 24 '08 #2
dmxdawg
3 New Member
Where do I download this?
Aug 24 '08 #3
eWish
971 Recognized Expert Contributor
If you are on a shared/hosted server then they will have to do it for you. I would suggest starting here in your quest to download them. If that is unobtainable then I would suggest that you look for a premade email script in php or other server side language.

--Kevin
Aug 24 '08 #4
dmxdawg
3 New Member
Yes but why does FP 2003 support this but it doesent work...it doesent even work on my computer(not hosted)
Aug 24 '08 #5
eWish
971 Recognized Expert Contributor
Why MS does what it does is beyond me. I do know that you have to have them installed for those features to work. Maybe this link will help you.

--Kevin
Aug 24 '08 #6
acoder
16,027 Recognized Expert Moderator MVP
If you're at all serious about web development, then drop Frontpage now.

To send email, there's an easy but unreliable way which is to use the mailto: protocol for the form action attribute. You can't control how the browser formats the email and you're assuming that the client has email set up and installed on their computer.

The most reliable method is to use a server-side language as suggested by eWish. There's some simple mailer scripts available that you can use.
Aug 25 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Jim | last post by:
Hi, I keep getting form results emailed to me that would indicate a form from my web site is getting submitted with all fields blank or empty, but my code should preventing users from proceeding...
17
by: freemann | last post by:
Can anyone provide example code showing how to send form results to a results page, email and a comma delimited file? Notice that I need it going to all three locations. Details: I have forms...
8
by: pamelafluente | last post by:
I am beginning aspNet, I know well win apps. Need a simple and schematic code example to start work. This is what I need to accomplish: ---------------------- Given button and a TextBox on a...
6
by: Spycat | last post by:
Hi all and happy holidays! I should start off by stating I am NOT a PHP programmer. I say that so that in any response to me, you will speak very s-l-o-w-l-y or I won't know what you're talking...
0
colinod
by: colinod | last post by:
Does anyone know if you can send an email from Access using the stationary set in outlook. I have a form that sends the email but it only opens a blank email, it would be great if it opened using...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.