PDA

View Full Version : formdata.send to ASP opens browser window!


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

fgf
02-10-2004, 04:58 AM
Extract the data from the component and send it using loadVars/loadvariables. I assume there is a easier way but ...

fgf

markiemarkus71
02-10-2004, 05:23 AM
Thanks for stating the obvious (I'm smiling greatfully and not wanting to appear at all rude) but I was hoping that somebody could figure this out for me.

Thanks anyway.

markiemarkus71:)