<table onclick="window.open('index.htm')">

解决方案 »

  1.   

    <html><head></head><body><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="334">
      <tr>
        <td width="33%" height="155" onclick="window.open('1.htm','')">
        231111111111111132323213</td>
        <td width="33%" height="155"> </td>
        <td width="34%" height="155"> </td>
      </tr>
      </table></body></html>
      

  2.   

    在<table>里加onclik修改网页地址行不行?没测试,供参考
      

  3.   

    <table border=0 cellspacing=0 cellpadding=0 >
    <tr onclick='window.open(this.firstChild.innerText)'>
    <td>http://www.sina.com.cn</td><td>新浪</td>
    </tr>
    <tr onclick='window.open(this.firstChild.innerText)'>
    <td>http://www.yahoo.com.cn</td><td>yahoo</td>
    </tr>
    </table>
      

  4.   

    <table onclick="window.open('index.htm')" style="cursor:hand">
    这样可能比较好看一点,呵呵……