For submitting a vote you can use some of these
http://www.websitepolls.ne
http://www.freepolls.com/
You will find similar for sending emails also...search on net.
Good Luck
Ravi
Main Topics
Browse All TopicsI'd like to allow people to send me emails from the HTML and submit a vote via HTML.
Can someone show me the code for that?
Thanks,
newbieweb
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
For submitting a vote you can use some of these
http://www.websitepolls.ne
http://www.freepolls.com/
You will find similar for sending emails also...search on net.
Good Luck
Ravi
Business Accounts
Answer for Membership
by: b0lsc0ttPosted on 2007-11-12 at 18:51:15ID: 20269201
You need to use server script for this (or at least should). Does your server support a server language (e.g. ASP, PHP, Perl)?
Although the mailto: protocol in a link can open the client's email program in some instances and set the subject it is a poor way to do what you want. Also support for it is getting poorer in browsers and might not work for many with online email accounts.
It is much better for results and easier for users if you use a server script as part of this. The page that gets the vote (or the start of this) could be just html but then it will submit to a server script page that will process the info, validate it, and send the email.
Let me know how this helps or what additional info you need.
bol