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 <[email protected]> wrote: > > > 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: > http://www.translunardesigns.com/postgradmed/testlogin.html > > Next, I have a Flex app that uses the HTTPService to call my test HTML. > Whether I submit this with data, no data, incorrect data, the result is the > same: response code 200 (OK), and the results, which i expect to have the > html of the remote site, instead contain the html of the testlogin.html. > > The application is here, source viewable with right-click: > http://www.translunardesigns.com/postgradmed/PostGradMed.html > > So my question(s) is(are): Why is this not redirecting to the remote site > and how can I get this to actually get the response form the submitted form? > > > -- /** * Pedro Sena * Systems Architect * Sun Certified Java Programmer * Sun Certified Web Component Developer */

