Re: Can I embed frame created in JAVA into JSP?
Posted By:
Anonymous
Posted On:
Sunday, July 3, 2005 07:38 AM
It's really easy. Just put your frames on applets and then use the applets. In that way, you'll your frames.
Re: Can I embed frame created in JAVA into JSP?
Posted By:
Almagest_FUTT
Posted On:
Saturday, July 2, 2005 04:23 PM
An applet is not embedded in jsp, but in html.
Given the fact that jsp merely produces text and that the rendering is done by the browser only, i think your problem (and therefore your approach of the thing you intend to achieve) is a dead end.