如果要做成点击排名,用javascript不合适.如果只是为了方便用户,那就可以. 数据保存在cookie里.

解决方案 »

  1.   

    就用这个举个例子...........<!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><body>
    <div align="center">
      <table width="265" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr>
          <td width="265" height="203" valign="top"><div align="center">
            <p><a href="www.qq.com">这个</a></p>
            <p><a href="www.163.com">又一个</a></p>
            <p><a href="www.tom.com">再一个</a></p>
          </div></td>
        </tr>
      </table>
    </div>
    </body>
    </html>