try{ aktUrl = new URL("http://www.yahoo.de"); // this.getAppletContext().showDocument(aktUrl, "_blank"); this.getAppletContext().showDocument(aktUrl);}catch(Exception ex){ System.err.println(ex.toString());}