|
|
Q4023 How do you open a URL from an applet?
irt.org | Knowledge Base | Java | Q4023 [ previous next ] Q4023 How do you open a URL from an applet?By using the method showDocument(URL) see the example below:
this code will load the file blah.html from the same directory where the applet is situated on the server and if the file is not found display error message on the status bar. Feedback on 'Q4023 How do you open a URL from an applet?' |
-- div -->
|