URL nURL = null;String sUrl = new String (getCodeBase().toString());sUrl = sUrl+"memberz.htm"; try { nURL = new URL(sUrl); getAppletContext().showDocument(nURL, "mainframe"); }catch (MalformedURLException exc) { }