Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q4048 I know that using Java I can open a document in another frame using showDocument, but, how can I generate the content of that frame instead of getting it from a URL?

irt.org | Knowledge Base | Java | Q4048 [ previous next ]

Q4048 I know that using Java I can open a document in another frame using showDocument, but, how can I generate the content of that frame instead of getting it from a URL?

This is not possible using Java applets . One thing you can do is, your applet will take inputs from the user, transfer it to some server program, generate the intended page on the server side. And now this page can be shown to the user again using showDocument . So this will involve client server communication, which you can achive using RMI / CORBA etc. Or you can better go for Servlets which will be the most suitable solution for your problem.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 6th July 2009. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2009 irt.org, All Rights Reserved.