[flexcoders] HTTPService.send(params) and nothing happens?

2009-05-31 Thread ciminop
Not exactly nothing, I get the contents of the URL that I'm trying to send the data to, and have it submit a form. I created a simple login form which logs into a remote site. If you submit it, wven with no data or incorrect data it will take you to the remote site. Here's the form:

Re: [flexcoders] HTTPService.send(params) and nothing happens?

2009-05-31 Thread Pedro Sena
Your URL should point to http://www.postgradmed.com/index.php?page=login instead of http://www.translunardesigns.com/postgradmed/testlogin.html You need to point to the same page/script that the html does. HTH On Sun, May 31, 2009 at 10:53 AM, ciminop cimi...@yahoo.com wrote: Not exactly