if(mx.getRun()){ Vector params = new Vector(); params.add(mx.toString()); try{ client.execute("Monster.go", params); getAppletContext().showDocument(new URL("http://monster.northwestern.edu/monster.jsp?pji="+id)); } catch(ConnectException ex){ex.printStackTrace();} catch(IOException ex){ex.printStackTrace();} catch(XmlRpcException ex){ ex.printStackTrace(); try{ getAppletContext().showDocument(new URL("http://monster.northwestern.edu/monster.jsp?pji="+id)); }catch(MalformedURLException exc){exc.printStackTrace();} } }