📄 untitled-1.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="set.asp" -->
<!--#include file="function.asp" -->
<!--#include file="sub.asp" -->
<%
dim wstr,fldr,url
on error resume next
url = Request.ServerVariables("QUERY_STRING")
url = Right(url,Len(url)-4)
GetNewsFold=split(url,"/")
If SaveNews=True then
fldr="Show"
For i=0 to Ubound(GetNewsFold)-1
fldr=fldr&"/"&GetNewsFold(i)
If IsExists(fldr)=false then
call CreateFolder(fldr)
End if
Next
If IsExists("Show/"&url)=false then
wstr=GetPage(urldns(url))
wstr=Autolink(wstr,urldns(url)) '完成截取后的页面
' call WriteToFile("Show/"&url,wstr)
Else
wstr=ReadAllTextFile("Show/"&url)
End if
Else
wstr=GetPage(urldns(url))
wstr=Autolink(wstr,urldns(url)) '完成截取后的页面
End if
%>
<html>
<head>
<title>[TEACHER.XZKD.NET]教师互动社区-新闻详细内容</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<style>
.f14{font-size: 14px; letter-spacing: 1; line-height: 150%}
.f24{font-size: 16px; }
.title14 {font-size:14.9px;line-height:130%}
.title12{font-size: 12px}
</style>
<script language="JavaScript">
function doZoom(size){
document.getElementById('zoom').style.fontSize=size+'px'
}
</script>
</head>
<body BGCOLOR="#FFFFFF" leftmargin="0" topmargin="0">
<!--#include file="top.asp" -->
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=3 cellPadding=0 width=615 bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD height=80><A href="http://www.163sm.net/" target=_blank><IMG
height=80 src="img/banner609x80.gif"
width=609 border=0></A></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD height=3><IMG height=1 src="" width=1></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=3 cellPadding=0 width=615 bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD bgColor=#eeeeee><%=wstr%></TD>
</TR>
</TBODY>
</TABLE></TD>
<TD vAlign=top width=160 bgColor=#eeeeee>
<TABLE cellSpacing=3 cellPadding=0 width="100%" bgColor=#ffffff
border=0>
<TBODY>
<TR>
<TD width=25 bgColor=#ff6600 height=25>
<DIV align=center><IMG height=7
src="img/arrow.gif" width=7></DIV></TD>
<TD width=166 bgColor=#666666 height=25> <FONT
color=#ffffff>今日头条</FONT></TD>
</TR>
<TR bgColor=#eeeeee>
<TD colSpan=2> </TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD height=20>
<DIV align=center><IMG height=250
src="img/ps.gif" width=150 useMap=#Map
border=0></DIV></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center border=0>
<TBODY>
<TR>
<TD height=20>
<DIV align=center><A href="http://www.163sm.net/" target=_blank><IMG
height=300 src="img/ad1.gif" width=149
border=0></A></DIV></TD>
</TR>
</TBODY>
</TABLE>
<MAP name=Map>
<AREA
shape=RECT target=_blank coords=3,7,147,92
href="http://www.163sm.com/51mai">
<AREA shape=RECT target=_blank
coords=3,102,73,148
href="http://www.163sm.com/51mai/product.asp?productSort=4">
<AREA
shape=RECT target=_blank coords=75,102,146,148
href="http://www.163sm.com/51mai/product.asp?productSort=2">
<AREA
shape=RECT target=_blank coords=3,150,73,193
href="http://www.163sm.com/51mai/product.asp?productSort=3">
<AREA
shape=RECT target=_blank coords=76,149,146,194
href="http://www.163sm.com/51mai/product.asp?productSort=4">
<AREA
shape=RECT target=_blank coords=4,197,73,242
href="http://www.163sm.net/web">
<AREA shape=RECT target=_blank
coords=76,197,145,243
href="http://www.16sm.net/">
</MAP></TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="about.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -