用的每个页脚是用foot.js写的。这个js中有<table>的,然后把外挂的统计代码也写到这个表格中。代码如下:
document.writeln("        <tr>");
document.writeln("          <td height=\"15\" align=\"center\">");
document.writeln("<script language=\"javascript\" src=\"http:\/\/count21.51yes.com\/click.aspx?id=215628928&logo=8\"><\/script>");
document.writeln("<script src=\'http:\/\/s132.cnzz.com\/stat.php?id=746943&web_id=746943&show=pic1\' language=\'JavaScript\' charset=\'gb2312\' type=\"hidden\"><\/script><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");本来统计图标应该在表格中间显示,结果统计图标跑到最下边的表格外紧靠左侧去了。也就是不知道为什么?