摘要: <input type="checkbox" name="arrsubid[]" onClick="add_words(this);" value="1" />1 <input type="checkbox" name="arrsubid[]" onClick="add_words(this);" value="2"/>2 <input type="checkbox" name=&quo 阅读全文
posted @ 2011-01-18 12:03 暗夜螃蟹 阅读(180) 评论(0) 推荐(0)
摘要: xml.html<html><head><script language="javascript" type="text/javascript"> function parseXML(){XmlDoc=new ActiveXObject("Microsoft.XmlDOM"); //初始化,给上述定义变量赋值 xml="x.xml";//需要读取的xml文件 XmlDoc.async = false;XmlDoc.load(xml);getvalue();} function g 阅读全文
posted @ 2011-01-18 12:01 暗夜螃蟹 阅读(274) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><style>div#green {background:#00FF00;width:100px;height:100px;}div#blue {background:#0000FF;width:100px;height:100px;}</style><Script Lang 阅读全文
posted @ 2011-01-18 11:52 暗夜螃蟹 阅读(107) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb23 阅读全文
posted @ 2011-01-18 11:51 暗夜螃蟹 阅读(176) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=g 阅读全文
posted @ 2011-01-18 11:47 暗夜螃蟹 阅读(135) 评论(0) 推荐(0)