- 7
- 0
- 约3.89千字
- 约 4页
- 2017-08-07 发布于河南
- 举报
Document
document.title //设置文档标题等价于HTML的title标签document.bgColor //设置页面背景色document.fgColor //设置前景色(文本颜色)document.linkColor //未点击过的链接颜色document.alinkColor //激活链接(焦点在此链接上)的颜色document.vlinkColor //已点击过的链接颜色document.URL //设置URL属性从而在同一窗口打开另一网页document.fileCreatedDate //文件建立日期,只读属性document.fileModifiedDate //文件修改日期,只读属性document.charset //设置字符集 简体中文:gb2312document.fileSize //文件大小,只读属性document.cookie //设置和读出cookie
———————————————————————常用对象方法
document.write() //动态向页面写入内容document.createElement(Tag) //创建一个html标签对象document.getElementById(ID) //获得指定ID值的对象document.getElementsByName(Name) //获
原创力文档

文档评论(0)