// See also e551 精简的Applet

    try {
URL url = new URL(getDocumentBase(), "http://hostname.com/page.html");
applet.getAppletContext().showDocument(url);
} catch (MalformedURLException e) {
}
Related Examples

最新文章

  1. CSS3的高级特性
  2. 网页中多媒体对像标记<OBJECT>和<EMBED>
  3. 修复HTTP 503错误
  4. Python之路-python(rabbitmq、redis)
  5. 我在用的mac软件(3)-效率篇
  6. JQuery 常用方法基础教程
  7. sqlserver锁表、解锁、查看锁表
  8. LA2965 n个数中选出最多个数异或和为0
  9. mysql 查询缓存配置和查看
  10. iOS 环信集成问题(连文档都不说明的坑。。)
  11. c/s与b/s 动态网站与静态网站 (网站编码统一“UTF-8”)
  12. SQL Server分页查询的万能存储过程
  13. rsync @ERROR: auth failed on module backup 解决思路及附录rsync常见问题及解决办法
  14. js-clickNumCount.html
  15. AtCoder Beginner Contest 117 解题报告
  16. java_生态环境
  17. Failed to read schema document 'http://www.springframework.org/schema/beans/spring-beans.xsd'
  18. 简单web测试流程(转载)
  19. SPSS简单使用
  20. MySQL 中联合查询效率分析

热门文章

  1. 机器学习(5): K-means 算法
  2. Response.ContentType 详细列表-请求的内容类型详细记录
  3. django打印字典
  4. MySQL "replace into" 的坑以及insert相关操作
  5. Spring依赖注入构造器注入(通过构造函数注入)
  6. 把Xilinx的IPCORE解密成源代码的方法
  7. lattice diamond 3.7安装破解
  8. 在Spark中通过Scala + Mongodb实现连接池
  9. linux没有那个文件或目录
  10. 【查询优化】怎样用SQL语句查看查询的性能指标