show.asp

来自「都市新闻系统 v1.0(新浪小偷)」· ASP 代码 · 共 51 行

ASP
51
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="set.asp" -->
<!--#include file="function.asp" -->
<%
wstr=getHTTPPage(urldns(Request("url")))
wstr=Autolink(wstr,urldns(Request("url")))	'完成截取后的页面
%>

<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title><%=SiteName%> 实时新闻</title>
</head>

<body leftmargin="0" topmargin="0">
<table width="770" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr> 
    <td width="780" height="10" background="bgimg_2.gif" class="bbs_COLOR_2"></td>
  </tr>
  <tr> 
    <td height="60"> 
      <table width="782" border="0" cellspacing="0" cellpadding="0" height="95">
        <tr> 
          <td width="782" height="75" align="right" background="cichinaTOP.jpg">&nbsp;            </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td height="25" align="center" background="bgimg_1.gif" class="bbs_COLOR_2">新 闻 详 细 内 容</td>
  </tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="10" class="i" align="center">
  <tr>
    <td align="center"> 
      <% Response.Write wstr %>
    </td>
  </tr>
      <TD align=right height=26>[<A href="javascript:window.close()">关闭窗口</A>] 
              [<a href="javascript:window.print()">打印本页</a>]</TD>
          </TR>
</table>
<table>
 <TR> 
        
<table width="770" height="60" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#000000">
  <tr>
    <td bgcolor="#CCCCCC"><!--#include file="about.asp" --></td>
  </tr>
</table>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?