View Single Post
  #2 (permalink)  
Old Feb 25th, 2005, 05:13
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
The simple way to send a form to email is using

action="mailto:joe@whatever.com" in the form property

but to use ASP for it you'll probably want need to use CDOSYS or some 3rd party mail component like ASPemail. You can find plenty of code and example sof either of those on the web.

We in fact have an article on it in the Articles: ASP forum...

http://www.webforumz.com/viewtopic.php?t=3171