摘要: 首先是检测表单的JS代码: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function CheckForm() { var i=0; var txtTilles=document.getElementById("t... 阅读全文
posted @ 2008-11-22 15:41 小奇偶 阅读(259) 评论(0) 推荐(0)
摘要: 1.输出语句:document.write("") 2.JS中的注释为:// 3.传统的HTML文档顺序是:document->html->(head,body) 4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document) 5.得到表单中元素的名称和值:document.getElementById("表单中元素的I... 阅读全文
posted @ 2008-11-22 15:04 小奇偶 阅读(186) 评论(0) 推荐(0)