indexcn.asp
来自「网页酷吧全站系统在此之前提供了一个新闻系统V1.0,反应十分热烈,并有不少网友提」· ASP 代码 · 共 20 行
ASP
20 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页酷吧</title>
</head>
<frameset rows="90,*" frameborder="0" bordercolor="menu" border="0" framespacing="0">
<frame src="top.asp" name="topFrame" frameborder="4" border="4" framespacing="4" scrolling="NO" noresize >
<frameset id=testframeset cols="200,*" bordercolor="menu" border="4" framespacing="4">
<frame name="leftFrame" src="dir.asp" frameborder="4" border="4" scrolling="auto" noresize style="border: 1 solid #808080">
<frame src="tool.asp" name="toolFrame" scrolling="no" noresize style="border: 1 solid #808080">
<noframes>
<body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0">
</body>
</noframes>
</frameset>
</frameset>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?