此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
楼主【fonvey】截止到2008-06-28 10:21:54的历史汇总数据(不包括此帖):
发帖数:25                 发帖分:1110               
结贴数:24                 结贴分:1010               
未结数:1                  未结分:100                
结贴率:96.00 %            结分率:90.99 %            
值得尊敬

解决方案 »

  1.   

    document.all.fgds.style.display="none"; 
    少个 .  多一个  =
      

  2.   


    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> 
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 
    <title>无标题文档 </title> 
    </head> 
    <script language="JavaScript" type="text/javascript"> function check(){
    document.all.fgds.style.display="none";

    </script> <body> 
    <input type="button" onclick="check()"  value="fdfsda"/> 
    <table width="200" border="0" cellspacing="0" cellpadding="0"> 
      <tr id="fgds"> 
        <td>fsdfsdf </td> 
      </tr> 
    </table> 
    </body> 
    </html>