show.asp

来自「是个不错的文件代码,希望大家好好用,」· ASP 代码 · 共 28 行

ASP
28
字号
<!--#include file="set.asp" -->
<!--#include file="function.asp" -->
<%
wstr=getHTTPPage(urldns(Request("url")))
wstr=Autolink(wstr,urldns(Request("url")))	'完成截取后的页面
%>
<link rel="stylesheet" href="style.css" type="text/css">
<body leftmargin="0" topmargin="0">
<table width="770" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="#000000">
  <tr> 
    <td height="25" align="center" bgcolor="#6284cf" class="bbs_COLOR_2">天堂鸟(skynet.7u7.net) 
      实 时 新 闻 详 细 内 容</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>
</table>
<table width="770" height="8" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#000000">
  <tr>
    <td bgcolor="#6284cf" height=20><!--#include file="about.asp" --></td>
  </tr>
</table>
</body>

⌨️ 快捷键说明

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