摘要: 1.document.write( " "); 输出语句 2.JS中的注释为// 3.传统的HTML文档顺序是:document- >html- >(head,body) 4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,document) 5.得到表单中元素的名称和值:document.getElementById( "表单中元素的ID號 ").name(或value) 6.一个小写转大写的JS: document.getElementById( "output ").value = document.getElementById 阅读全文
posted @ 2008-04-06 11:30 kantorgong 阅读(560) 评论(1) 推荐(0) 编辑
摘要: 输入地址栏可以编辑页面的js 阅读全文
posted @ 2008-04-06 11:16 kantorgong 阅读(217) 评论(0) 推荐(0) 编辑