Flash ASP Form

So I’ve just found out my new hosting plan does not offer PHP coding for Windows OS, so I’m trying to convert to ASP coding for my flash form.

I have no idea where to start as I don’t have any ASP knowledge (not enough to start this project). Here is what I am trying to do.

  1. Standard Flash Form; name, email, comments

  2. user fills out form and clicks submit

  3. comment form is directed to a frame that says “thank you for your inquiry, a confirmation message has been sent to your email address”

  4. ASP form processes information

  5. ASP sends email to MY email address with the details of the USER

  6. ASP form submits autogenerated email to USER’s email address

  7. THE END

Can any one PLEASE help me with this as I am not able to find much on this topic via google and kirupa searches?

THANK YOU!!!

Helllo Dude9er,

Before you start anything, make sure your host offers SMtp Server for sending email. because if your host didn’t offer sMtp server for you eventhough your code works fine you will always receive an cdo.object error message

Good Luck