使用applet中提供的一个接口方法。
getAppletContext().showDocument(new URL("http://www.csdn.net"), "_blank");

解决方案 »

  1.   

    //in java application try this. try
     {
         Runtime rt = Runtime.getRuntime();
         rt.exec("rundll32 url.dll,FileProtocolHandler http://www.china91.com");
     }catch(Exception e){}//in applet try thisgetAppletContext().showDocument(new URL("http://www.china91.com"),"_blank");
      

  2.   

    谢谢,分很快就会送出。另外请问如何实现如网页里的mailto:功能呢?全都要在一个application里通过点击实现。
      

  3.   

    我也想知道,
    能mail  me吗?
    多谢[email protected]