我的世界完有什么用:网页代码疑惑

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/03 01:28:39
各位大侠好,我的演示页面是http://www.pj85.com/jizhi3/new/news.asp

我的一个jsp源文件有一段用来显示版权信息的代码如下:

function copyright(){
document.write("  页面加载时间:<script language='javascript'>d=new Date

();endTime=d.getTime();document.write((endTime-startTime)/1000);</script> 秒  <A

href='http://www.miibeian.gov.cn' target=_blank>湘ICP备05017510号</A><br>Copyright ©

2005-2008  <A HREF='admin.asp' title='非请勿入,谢谢合作!'><font

style=behavior:url(inc/font.htc); font-family:宋体; font-size:9pt>"+webname+"</font></A> All

Right Reserved.<br>");
}

我想在其中插入一个网站统计代码,申请到的script代码如下:

<script src="http://count1.51yes.com/click.aspx?id=16243391&logo=1"></script>

请问统计该如何嵌入?我试了好多次都不行!