I tried that and the page does the same thing, which is why I tried the HTML 
calling the login script. I thought the problem on the 
http://www.postgradmed.com/index.php?page=login is that there are multiple 
forms in the page. But if you paste the url into my application in the URL text 
input, you'll see the post Grad med page code. Even with a correct ID Password, 
the page source still shows the login form.

However, my point is still valid, or maybe I'm just confused (happens). If I 
point to my test login page and perform "send" is this supposed to return the 
page or try to submit the form? If it's supposed to submit the form, how come 
all I get back is the blank form/html code? If it supposed to submit, why don't 
I get back something different?

--- In [email protected], Pedro Sena <sena.pe...@...> wrote:
>
> 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...@...> 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
> */
>


Reply via email to