as周边:一些js例子
2010-7-23编辑:feimeimei
function __doPostBack var theform; theform = document.Form1; if == null) var o1 = document.createElement; o1.type=hidden; o1.name =__EVENTTARGET; o1.id= __EVENTTARGET; theform.appendChild; if== null) var o2 = document.createElement; o2.type=hidden; o2.name =__EVENTARGUMENT; o2.id =__EVENTARGUMENT; theform.appendChild; theform.__EVENTTARGET.value = eventTarget; theform.__EVENTARGUMENT.value = eventArgument; theform.submit;
function SaveText //取得id=tb的表格的HTML代码. var strHTML = tb.outerHTML; var winSave = window.open; winSave.document.open ; winSave.document.write ; winSave.document.execCommand ; winSave.close;
function IsNumericStringByReg //var re=new RegExp; //var re=/^[123456789]“d*“d/; var re=/^?/; if ) return true; return false;
function IsNumericStringByReg1 var path=/^?/; if) window.alert return true;