![]() |
#2
yyl9992013-02-16 15:38
|
temp.asp内容:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<HTML>
<HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
<META NAME="copyright" CONTENT="Copyright 2006-2010 - />
<META NAME="Author" CONTENT="迅易技术支持---www. />
<META NAME="Keywords" CONTENT="<% =Keywords %>" />
<META NAME="Description" CONTENT="<% =Descriptions %>" />
<TITLE><%=SiteTitle %></TITLE>
</HEAD>
<BODY>
.........
<!--#include file="Foot.asp"-->
<%
response.Write "<TABLE border=0 cellSpacing=0 cellPadding=0 width=1003 background=images/bg_bottom.gif align=center height=105>"
response.Write "<TBODY> <TR>"
response.Write " <TD align=middle>版权所有:"& SiteTitle &" CopyRight 2002-2012 "& IcpNumber & "<BR>"
response.Write "地址:"& Address&" 电话:"&Telephone&" 传真:"&Fax&" 邮编:"&ZipCode
response.Write "</TD></TR></TBODY></TABLE>"
%>
</body></html>
foot.asp中内容如下:
<%
response.Write "<TABLE border=0 cellSpacing=0 cellPadding=0 width=1003 background=images/bg_bottom.gif align=center height=105>"
response.Write "<TBODY> <TR>"
response.Write " <TD align=middle>版权所有:"& SiteTitle &" CopyRight 2002-2012 "& IcpNumber & "<BR>"
response.Write "地址:"& Address&" 电话:"&Telephone&" 传真:"&Fax&" 邮编:"&ZipCode
response.Write "</TD></TR></TBODY></TABLE>"
%>
结果显示如下:
只有本站会员才能查看附件,请 登录