Hey guys i have a real issue
I want to do these 3 things from an applet:
________
1) Load an URL into a frame inside the browser
and
2) Insert data into a form which is inside a frame in the users browser, and then submit the form using the submit element of the form
and
3) Send HTTP POST data from the applet but have the response act inside the frame inside the browser.
________
If this helps, this is the architecture:
Applet inside browser on a page, the page has a iFrame where all content is destined to be loaded.
I've done a lot of research, and asking here is definitely my last resort. I thank you very much for taking the time to read/and respond to this thread.
-Ollie