Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

email form

Status
Not open for further replies.

darkprince

Programmer
Jun 4, 2002
165
AU
hello

does anyone have an email form that doesn't rely on a website like bravenet.com or something

like in the form when the submit button is clicked it has in the code somewhere mailto.......

thanks in advance

ciao
 
You can make your own that runs client-side using javascript. Make a function that updates the "submit" button with a mailto: link using the other info given in the form.
However, this ends up using the user's default email program to send the message in the end (thus your visitor will have to click 'send' in his/her mail program), so I'm not sure how much this helps you...
As for server-side scripts that don't rely on an outside server... I've looked before myself, and so far I haven't been able to find any. Don't give up on my word though!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top