Greetings all,
I am attempting to post 3 variables to an e-commerce page that was written in ASP.NET 2.0, but it is not working. I have deployed a simple .aspx page that echos the Request.Form object to the page so that I can see what it is receiving.
When flash calls the loadvars.send() in Firefox I see what I would expect which is a list of keys value pairs.
When flash opens the new window in IE7 or IE6 I get nothing!
Can anyone tell me what is up with IE not getting variables from a loadvars.send() using the “POST” method.