C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » HTML »

How to send data to webmaster


Posted Date: 24 Oct 2008      Posted By: Boipelo       Member Level: Bronze     Points: 1   Responses: 4



I'm new to Dreamweaver and I've craeted a page that allows me to enter data and then send it as an email to webmaster, and I dont know how to go about doing that.




Responses

Author: Subhakanta    24 Oct 2008Member Level: BronzeRating: 2 out of 52 out of 5     Points: 4

Only using HTML i dont think you can send mail forms. There is one command of HTML sying "Mail-To:" but this will only open the mail client to send response. I guess you have use some programming like ASP or .NET to send mail through your created form. ASP would be easy one. CDONTS.NewMail can be used for this.

Thanks and Regards
Subhakanta



Author: Dayal Charan Chakravarty    29 Oct 2008Member Level: BronzeRating: 2 out of 52 out of 5     Points: 3

We need a server side language in order to do so.
Hope this link give you some details
http://www.mailchimp.com/resources/how_to_code_html_emails.phtml



Author: ChandraShekar Thota    11 Nov 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 5

HI boipelo,

First you have to write html code by using a form.
You have to use

<form method="post" action="mail.asp">


</form>

write your complete html design code inside form.

now you have to create a file name email.asp or some other name as you wish.

Insert cdonts email code in it. You can get this code all over in google.

Remember this code works fine in most situations if you upload files to server only.
Also remember cdonts codes works only on windows 2000 server based servers only.

If you use window 2003 server you have to work with cdosys component.

chandrashekarthota@gmail.com /92 93 95 95 39
FREE SESSIONS ON .NET AND VISUALSTUDIO



Author: palaniellappank    20 Jan 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 1

Using Html tag it's not possible to send the mail.Any of the server side code to use to send the mail. smtp, host configuration


Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : regarding div tag
Previous : HTML
Return to Discussion Forum
Post New Message
Category: HTML

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use