Click here to Skip to main content
15,897,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI , I'm using HTML and CSS and am creating a website .Here i have 3 fields - NAME,PHONE NUMBER ,MESSAGE .So here the viewer can view the site and comment
.Once he has entered all the fields he clicks on the SEND EMAIL link the message has to come to my email directly.how do i do that?
Now i tested it using mail and i used the emaillink option and here i have to open my own id and send it through it.which is not what i want
can someone help?Please
Posted
Updated 16-Mar-12 7:08am
v2
Comments
ZurdoDev 16-Mar-12 12:03pm    
You need some sort of server side code. Are you doing this in .Net?
Neo carter 16-Mar-12 13:07pm    
no im using dreamweaver with HTML and CSS
ZurdoDev 20-Mar-12 15:56pm    
I do not know Dreamweaver or what it is capable of doing but you need server side code to do this. The only thing client side you can do is a mailto: link which will open the user's email client.
Neo carter 21-Mar-12 11:51am    
ok .but i did use mailto and yet it opens the user's email client
ZurdoDev 21-Mar-12 11:55am    
Exactly, that is what I said. If you don't want that then you have to have server side code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900