View Single Post

  #4 (permalink)  
Old 03-12-2006, 12:58 AM
daviddoran's Avatar
daviddoran daviddoran is offline
Wannabe Geek
Recent Blog: iMSISS
 
Join Date: Aug 2006
Location: Meath, Ireland
Posts: 342
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
daviddoran will become famous soon enough
Default

I that case then what you want is: (I am assuming you are using PHP)
- SAJAX (for implementing AJAX) - modernmethod.com/sajax/
- set the onsubmit value of your form to the AJAX call.
- Have your backend receive the email and use PHP mail function to send to you.

Basically.
Reply With Quote