| Author |
Writing a HTML String to a window
|
Dave O'Donnell
Greenhorn
Joined: Feb 12, 2001
Posts: 11
|
|
Hi, I've the following situation. A browser window with 3 frames, an applet is in one. with that applet I need to post a value to an ASP page, get the resulting page back and display that page in one of the frames. I'm stuck where I've got the byte stream back, converted it to a String , so I can write it to the console & its fine, But how do I get that string to my frame ? The methods getAppletContext() & showDocument() etc. assume that you have a valid URL, any ideas anyone ? thanks Dave
|
 |
 |
|
|
subject: Writing a HTML String to a window
|
|
|