摘要: 我写了个JS: // JavaScript Document window.onload=initAll; function initAll(){ document.getElementById("SelectDept").onclick=initRedirect;} function initRedirect(){ window.open("SelectDept.php","请选择部门"... 阅读全文
posted @ 2009-06-03 20:23 garfieldtom 阅读(193) 评论(0) 推荐(0)