This is a discussion on "APS Page to Email" within the Classic ASP section. This forum, and the thread "APS Page to Email are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
APS Page to Email
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
APS Page to Email
I have developed a simple website for my own using ASP language + Access Database...and i am still new in this language!
What i want to do now is... when the user fill in certain form in my websites.. all the information that they had key in such as their name, age, gender, tel no. and etc, will be sent to my database as well as to my email or perhaps their email too! can sombody teach me in step by step instruction in this which one to use: (jmail @ cdonts)???
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|
|
#2
|
|||
|
|||
|
I'd use something other than CDONTS if it's installed on your server. CDONTS works fine and all, but it's not as simple to use at the other ones.
Once you figure out which email component you're going to use I'd look up the website for it. They usually have lots of code sample for doing things. With a copy and paste and a little tweaking you should be fine. |
|
#3
|
|||
|
|||
|
I disagree, CDONTS is very easy in my opinion, CDOSYS is even better. Theres plently of examples out there.
Which part are you stuck with? database or email? |
|
#4
|
|||
|
|||
|
Hai guys...!
well, actually I already and successfully coded my page with CDONTS code that sends email from the form in my web site to my email and database! I dont have any problem with them now, but i am looking foward to share your ideas since one of you guys said that there's an easy way other than CDONTS! Now...my problem is, I already created a TESTING page that uses the CDONTS code in my page, and i had made the connection to the database successfully as well... but when I uploaded them in the internet (i use BRINKSTER), it didnt work! Can you suggest the solution to my problem? I am not sure if the web server/hosting support CDONTS? any way, thanx for your reply!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#5
|
|||
|
|||
|
hai smokies,
do you know where i can upload my page (that contain CDONTS) to the web server that support them?
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#6
|
|||
|
|||
|
You need to be more specific when you say "it didnt work".
Look on the Brinkster support/FAQ pages to find out which email components they support. |
|
#7
|
|||
|
|||
|
well...actually my cdonts script didnt work at all...
can sombody help me generate or code the cdonts script for me...please! My main form will contain: (ask the user to input) [variable] name date roomtobook bookingdate all of them will be sent to the admin email(mazda_offroadriders@yahoo.com) can any body help me code the cdonts for this form..?
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#8
|
|||
|
|||
|
Have you actually checked that Brinkster supports CDONTS???????????
|
|
#9
|
||||
|
||||
|
Brinkster dows not support CDONTS...
It does however support:-<ul>[*]CDOSYS[*]Persits ASPEmail[*]ServerObjects ASPMail[*]Dimac JMail[/list]If you need sample code for any of the above, then let me know.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#10
|
|||
|
|||
|
well...i'll be grateful if you can teach or perhaps code for me ROB!
can you code for me the 2 file needed to run the page? I mean the input form and the CDOSYS script? You can refer to my input page above, including all the variable that i'll be using Here is the sample input page that i created.... notice that the {action="sendmail.asp"} ok....i hope you can help me friend! i really be grateful if you can do that thanx in advance! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form name="form1" method="post" action="sendmail.asp"> <table width="500" border="0" cellspacing="0" cellpadding="2"> <tr> <td width="145">Name:</td> <td width="349"><input name="frmName" type="text" id="frmName"></td> </tr> <tr> <td>Date:</td> <td><input name="frmDate" type="text" id="frmDate"></td> </tr> <tr> <td>Room to book:</td> <td><input name="frmRoomToBook" type="text" id="frmRoomToBook"></td> </tr> <tr> <td>Booking Date:</td> <td><input name="frmBookingDate" type="text" id="frmBookingDate"></td> </tr> <tr> <td>Email:</td> <td><input name="frmEmail" type="text" id="frmEmail"></td> </tr> <tr> <td><input type="submit" name="Submit" value="Submit"></td> <td> </td> </tr> </table> </form> </body> </html>
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#11
|
||||
|
||||
|
Hi Monie....
Nobody learns if I do this for you! (Even if I did have the time) Have a go yourself, and we'll help you if you get stuck! Webforumz.com is about getting help, so you learn and further your skills... if everyone does things for you, you learn nothing. Here is a code example for persits ASPEmail:-
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#12
|
|||
|
|||
|
well, thanx anyway!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Tags |
| aps, page, email |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP email form not sending email | Kurt | PHP Forum | 1 | Oct 12th, 2007 04:26 |
| Form submits to email via php, but email is blank!!?? | DH1234 | PHP Forum | 2 | Jun 18th, 2007 10:42 |
| A gap appears beween the Page Title and the Body Content of the page. | sovereign6 | Web Page Design | 6 | Dec 18th, 2006 19:14 |
| track referer and pass value to asp send email page | mccannio | Classic ASP | 3 | Dec 6th, 2005 12:49 |
| [Req] how to make a comment page that sends input to email | slorryy | JavaScript Forum | 4 | Dec 2nd, 2005 09:56 |