manage.asp
来自「WEB2.0圈子交友平台,以用户影音创意和分享为主导, 为用户提供:圈子,个」· ASP 代码 · 共 20 行
ASP
20 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<title>管理中心</title>
<frameset framespacing="0" id=frameset border="false" cols="156,*" frameborder="0">
<frame name="left" id=left scrolling="yes" marginwidth="0" marginheight="0" src="left.asp">
<frameset name=mm id=mm rows="0,10,*" frameborder="NO" border="0" framespacing="0">
<frame src="top_top.asp" id="top" name="top" scrolling="NO" noresize >
<frame src="top.asp" name="topFrame" id="topFrame" scrolling="NO" noresize >
<frame name="right" id="main" scrolling="yes" marginwidth="0" marginheight="0" src="main.asp">
</frameset>
</frameset>
<noframes>
<body bgcolor="#efefef" topmargin="0" leftmargin="0">
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?