Question
send form contents to asp
I am totally stuck. I have three form components, name,
email, comments that I want to send to an embedded email address
when someone clicks the submit button. My site is hosted on an .asp
server that uses the AspMail component. I assume I have to extract
the form components using action script and then send it to an asp
page on my server which then sends it to the mail application on
the server. But I have no idea how to do this. Please
help!!!