首先一个,当你生成一个首页的时侯,它的分页链接也生成了,不用调用数据库,,
<table>
<tr>
<td>
<td><a href="http://www.hellode.com/cha/index.asp">hellode</td>
</tr>
<tr>
<td>
<td><a href="http://www.hellode.com/cha222222/index.asp">hellode2</td>
</tr>
</table>
就像上面这样,链接也是生成html的........何来要到数据库读!
如果你全站生成的话.你没数据库也能行.我就有一次,我的站数据库被我搞没了,
可网站还是好好的,咯咯!!!!
理解了吧......