网页资源
文章平均质量分 80
zhaojp0411
这个作者很懒,什么都没留下…
展开
-
Best Practices for Speeding Up Your Web Site(网络图片优化规则)
Minimize HTTP Requeststag: content80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scri原创 2009-05-07 16:10:00 · 1107 阅读 · 0 评论 -
详细讲解JavaScript脚本语言的 document 对象
详细讲解JavaScript脚本语言的 document 对象者:整理对象属性代码document.title //设置文档标题等价于HTML的标签 document.bgColor //设置页面背景色 document.fgColor //设置前景色(文本颜色) document.linkColor原创 2009-05-06 17:11:00 · 514 阅读 · 0 评论 -
软件文档编写向导
http://blog.csdn.net/opossum/archive/2006/10/23/1346248.aspx原创 2009-07-30 16:16:00 · 408 阅读 · 0 评论 -
[javascript]window.open 方法
[javascript]window.open 方法2008-02-27 18:40语法: oNewWindow = window . open ( sURL , sName , sFeatures , bReplace ) 参数: sUrl : 可选项。字符串(String)。指定要被加载的HTML文档的 URL 地址。假如无指定值,则 about:blank 的新原创 2009-05-27 10:21:00 · 2052 阅读 · 0 评论