1javascript,设置一个变量,只允许提交一次。 <scriptlanguage="javascript"> varcheckSubmitFlg=false; functioncheckSubmit(){ if(checkSubmitFlg==true){ returnfalse; } checkSubmitFlg=true; returntrue; } document.ondblclick=functiondocondblclick(){ window.event.returnValue=false; } document.onclick=...
http://www.jb51.net//article/2697.htm
共有:1/10,当前1/1页
[首页] [上一页]
1
[下一页] [尾页]
转到:
