www.gusucode.com > 仿MOP对开式论坛程序 1.0源码程序 > tool.asp

    <%@language="VBScript"%>
<!--#include file="title.asp" -->
<%
Dim market
market=Request.QueryString("market")
if market="yes" then
market="market.asp"
else
market="market.asp"
end if
contents=contents &"<title>社区道具-"& caption &"</title>"&_
"</head>"&_
"<frameset rows=""50%,50%"" framespacing=""2"" frameborder=""yes"" border=""2"" bordercolor=""#"& framesetcolor &""">"&_
"<frame src=""tools.asp"" name="""& bbssn &"tools"" frameborder=""no"" scrolling=""auto"">"&_
"<frame src="""& market &""" name="""& bbssn &"market"" frameborder=""no"" scrolling=""auto"">"&_
"<noframes><body>"&_
"<a href=""http://www.microsoft.com/windows/ie_intl/cn/default.asp"">请使用Internet Explorer浏览器</a><br><a href=""http://www.microsoft.com/windows/ie/default.asp"">Please use the browser of Internet Explorer</a></body></noframes>"&_
"</frameset>"&_
"</html>"
Response.Write contents
call connclose
%>