In asp, how can I restrict the "submit" button
登录 | 论坛导航 -> 华新鲜事 -> 技术の宅 | 本帖共有 10 楼,当前显示第 9 楼 : 从楼主开始阅读 : 本帖树形列表 : 返回上一页
作者:survivor (等级:2 - 初出茅庐,发帖:90) 发表:2004-02-10 16:16:46  9楼 
add a check function function check(){ if (document.form1.flag.value=="") return false; else return true; } function func_submit(myform){ myform.flag.value="anyvalue" if (check()){ myform.target="_self"; myform.action="detail.asp"; myform.submit(); } } (more...)
it works for just one test field, if I have more than 2 text field , then
it will not work...

"let's say user just enter one text field, then press "enter" on the keyboard, the"Press" key is still working, am I right?
阿不错 
Put your OWN COOL signature here!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表

本帖共有 10 楼,当前显示第 9 楼,本文还有 N-1 层楼,要不你试试看:点击此处阅读更多 >>



请登录后回复:帐号   密码