摘要:1)点击文字改变内容JS代码代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1functionMode(){2vareHand=document.getElementById('hand');3if(eHand.innerHTML=='手动')4...
阅读全文
摘要:按钮式: <INPUTname="pclog"type="button"value="/GO"onClick="location.href='http://www.itpx.net/'">链接式:<ahref="javascript:history.go(-1)">返回上一步</a><ahref="<%=Request.ServerVariables...
阅读全文
摘要:function OrtTrimString (strVal){ var reVal; var strTmp; strTmp = strVal + ""; if (strTmp.length == 0) return (strTmp); reVal = /^(\s| )*/; strTmp = strTmp.replace (reVal, ''); reVal = /(\s| )*$/; retu...
阅读全文