In asp, how can I restrict the "submit" button
登录 | 论坛导航 -> 华新鲜事 -> 技术の宅 | 本帖共有 6 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:survivor (等级:2 - 初出茅庐,发帖:90) 发表:2004-02-09 12:00:23  楼主  关注此帖
In asp, how can I restrict the "submit" button
to just clicking by mouse other than press "enter" on the keyboard????

always presss "enter" on keyboard unknowingly, it is really troublesome....
Put your OWN COOL signature here!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:survivor (等级:2 - 初出茅庐,发帖:90) 发表:2004-02-10 08:56:28  2楼
it is doesn't work,,,anyohter suggestion?
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:survivor (等级:2 - 初出茅庐,发帖:90) 发表:2004-02-10 09:22:33  3楼
can explain wat's the use of "on press" and "on click"
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:survivor (等级:2 - 初出茅庐,发帖:90) 发表:2004-02-10 11:35:14  4楼
code like thistype error in the post above: name="submit" should be value="submit" or, u can use code like this ------------------------------- function func_submit(myform){ myform.target="_self"; myform.action="detail.asp"; myform.submit(); } (more...)
I am using vb script, can u show me in that way,,,thx first
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:survivor (等级:2 - 初出茅庐,发帖:90) 发表:2004-02-10 14:46:19  5楼
code like thistype error in the post above: name="submit" should be value="submit" or, u can use code like this ------------------------------- function func_submit(myform){ myform.target="_self"; myform.action="detail.asp"; myform.submit(); } (more...)
I tried urs, but pressing "enter" is still working.I wanna disable "enter key"
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
作者:survivor (等级:2 - 初出茅庐,发帖:90) 发表:2004-02-10 16:16:46  6楼
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?
阿不错 
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
论坛导航 -> 华新鲜事 -> 技术の宅 | 返回上一页 | 本主题共有 6 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码