code for CONTACT US page

hi i have designed a site . in that the contact us page has details to be entered by the user and when the user clicks the send button those details which the user entered should be send to my mailid .pls help me out in this
[231 byte] By [priyanga1_malaia] at [2007-9-23]
# 1
Look into servlets and the JavaMail API and the respective tutorials.
# 2

> hi i have designed a site . in that the contact us

> page has details to be entered by the user and when

> the user clicks the send button those details which

> the user entered should be send to my mailid .pls

> help me out in this

Which part is the problem here?

If it's the mail, take a look at the JavaMail API.

Annie.a at 2007-7-13 > top of java,Java Essentials,Java Programming...
# 3

[url=http://www.javaworld.com/javaworld/jw-10-2001/jw-1026-javamail.html]JavaMail quick start[/url]

[url=http://java.sun.com/developer/onlineTraining/JavaMail/contents.html]jGuru: Fundamentals of the JavaMail API[/url]

[url=http://java.sun.com/products/javamail/FAQ.html]JavaMail FAQ[/url]

[url=http://www.rgagnon.com/javadetails/java-0321.html]Send email with JavaMail[/url]

yawmarka at 2007-7-13 > top of java,Java Essentials,Java Programming...