当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

 ·一个link错误    »显示摘要«
    摘要: 我用c++ builder的时候,编译出来老是出现这样的错误: [linker fatal error] fatal: expected a file name: 如何解决? ......
    摘要: 比如我想看onok函数的内容该怎么做? ......


怎么实现不用按钮提交,点中其中一个就提交信息呀

<input   type="radio"   name="sn"   value="0"   <%if   sn="0"   then   response.write"checked"   end   if%>>  
                      解锁    
                      <input   type="radio"   name="sn"   value="1"   <%if   sn="1"   then   response.write"checked"   end   if%>>  
                      加锁

NO.1   作者: Estyle

<input   onclick="formname.submit()"   type="radio"   name="sn"   value="0"   <%if   sn="0"   then   response.write"checked"   end   if%>>  
                      解锁    
                      <input   onclick="formname.submit()"   type="radio"   name="sn"   value="1"   <%if   sn="1"   then   response.write"checked"   end   if%>>  
                      加锁  
   
  其中,formname是表单的名字:  
  <form   name=formname>


    摘要: 要解决这个问题都需要知道哪方面的知识,能不能给介绍基本这方面的书 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE