I have two frames, a banner frame on top and a content frame on the bottom.
On submitting a form in the content frame. It is directed to a page that sets the contents of the banner frame based on the results from the login. The banner frame sets the content of the lower frame or the Content frame.
Am I doing this wrong?
I navigate down to the content page and set the login parameters. Then I do the following :
The output is the page the sets the banner and content frames. It is not the new content page. I know that the page that sets the frame contest is executing.
If you need anything else let me know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have two frames, a banner frame on top and a content frame on the bottom.
On submitting a form in the content frame. It is directed to a page that sets the contents of the banner frame based on the results from the login. The banner frame sets the content of the lower frame or the Content frame.
Am I doing this wrong?
I navigate down to the content page and set the login parameters. Then I do the following :
WebResponse resp = loginForm.submit();
System.out.println(wc.getFrameContents(contentFrame).getText());
The output is the page the sets the banner and content frames. It is not the new content page. I know that the page that sets the frame contest is executing.
If you need anything else let me know.