网站开发与移动开发

博客园 首页 新随笔 管理

2008年8月29日 #

摘要: <html> <head> <metahttp-equiv="Content-Type"content="text/html;charset=gb2312"> <title>无标题文档</title> </head> <bodyonload="c_cpua.value=c_cpu.options[c_cpu.selectedIndex].value"> <divstyle="position:absolute;"> &l 阅读全文
posted @ 2008-08-29 18:21 txf2004 阅读(141) 评论(0) 推荐(0)

摘要: 提交一次后按钮变灰,防止重复提交表单 <script> vari=0; functionformCheck(){i++;if(i>1){document.form.submit1.disabled=true;}returntrue;} functionpresskey(eventobject){if(event.ctrlKey&&window.event.keyCode==13){i++;if(i>1){alert('帖子正在发出,请耐心等待!');returnfalse;}this.document.form.submit();docu 阅读全文
posted @ 2008-08-29 18:16 txf2004 阅读(211) 评论(0) 推荐(0)