markiemarkus71
02-10-2004, 04:21 AM
Hi,
I'm using a flash form (form application) to send formdata to asp page. However, i don't want the asp page to load into the browser. I just want it to do it's thing in the back ground without being seen.
The code i'm using is:
formdata.send("AddNew.asp",0, "post");
The above code prevents the asp from working at all. I can only get the asp to work if i use "_blank" instead of 0. But then I obviosly get the asp loaded into a new browser window (remember, i don't want the user to see the asp page at all.)
Any ideas How i can do this, I know it's probably really simple.
Thanks
I'm using a flash form (form application) to send formdata to asp page. However, i don't want the asp page to load into the browser. I just want it to do it's thing in the back ground without being seen.
The code i'm using is:
formdata.send("AddNew.asp",0, "post");
The above code prevents the asp from working at all. I can only get the asp to work if i use "_blank" instead of 0. But then I obviosly get the asp loaded into a new browser window (remember, i don't want the user to see the asp page at all.)
Any ideas How i can do this, I know it's probably really simple.
Thanks