# Flash ASP Form

**URL:** https://forum.kirupa.com/t/flash-asp-form/184879
**Category:** programming
**Created:** [April 8, 2006, 7:32pm UTC](https://forum.kirupa.com/t/flash-asp-form/184879 "2006-04-08T19:32:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dude9er](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@dude9er](https://forum.kirupa.com/u/dude9er)
#### Post date: [April 8, 2006, 7:32pm UTC](https://forum.kirupa.com/t/flash-asp-form/184879/1 "2006-04-08T19:32:46Z")

</div>

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!!!

---

<div class="post-metadata">

### Author: ![jopiruizen](https://avatars.discourse-cdn.com/v4/letter/j/c5a1d2/32.png) [@jopiruizen](https://forum.kirupa.com/u/jopiruizen)
#### Post date: [April 22, 2006, 2:15am UTC](https://forum.kirupa.com/t/flash-asp-form/184879/2 "2006-04-22T02:15:18Z")

</div>

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
