# Flash form and asp reading

**URL:** https://forum.kirupa.com/t/flash-form-and-asp-reading/236404
**Category:** Uncategorized
**Created:** [August 20, 2007, 4:59pm UTC](https://forum.kirupa.com/t/flash-form-and-asp-reading/236404 "2007-08-20T16:59:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![levidyllan](https://avatars.discourse-cdn.com/v4/letter/l/f08c70/32.png) [@levidyllan](https://forum.kirupa.com/u/levidyllan)
#### Post date: [August 20, 2007, 4:59pm UTC](https://forum.kirupa.com/t/flash-form-and-asp-reading/236404/1 "2007-08-20T16:59:13Z")

</div>

I have a flash form that I need to get the info out to an asp page.

```auto
 
var form = new LoadVars();
  form.sendAddress= addy.text;
form.sendAndLoad( "myInsert21.asp", form );

```

but for some reason its now not working, i know the asp page is working as it writes the details to the db i have,when just run on its own and variables filled in ect but when i run the flash it wont ???  
asp code:

```auto
 
theAddress =Request.Form("sendAddress")

```

any ideas???

vista, flash CS3
