index.asp

来自「用ASP开发环境写出来的新闻采集系统」· ASP 代码 · 共 16 行

ASP
16
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>最强新闻采集系统</title>
</head>
<frameset rows="*" cols="133,*" scrolling="auto" framespacing="1" frameborder="yes" border="1" bordercolor="#FF6600">
  <frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="Admin_Index_Left.asp">
  <frame name="main" scrolling="auto" frameborder="0" src="blank.htm">
</frameset>
<noframes>
  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
  </body>
</noframes>
</html>

⌨️ 快捷键说明

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