default.asp

来自「top-cms内容管理系统」· ASP 代码 · 共 35 行

ASP
35
字号
<%
'###########################################################################################
'*  程序名称: Top-CMS
'*---------------------------------------------------------------------------------------
'*  系统版本: 1.0 0215
'*  版权所有: www.Net-Develop.com
'*  程序设计: 江南行客
'*  联系方式:
'*            OICQ:2503086
'*            EMAIL:net-oa@sohu.com
'*  网站地址: 
'*            http://www.net-develop.com  
'*            http://www.top-cms.com   
'*---------------------------------------------------------------------------------------
'*  Copyright 2004 www.net-develop.com - All Rights Reserved.
'###########################################################################################
%>
<html>
<head>
<title>:::WWW.NET-DEVELOP.COM:::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<frameset rows="46,*" cols="*" frameborder="0" border="0" framespacing="0" id="t">
  <frame src="top.asp" name="wtop" scrolling="NO" noresize>
  <frameset id="m" rows="*" cols="180,*" framespacing="0" frameborder="0" border="0">
    <frame src="left.asp" name="wleft" scrolling="yes" noresize>
    <frame src="main.asp" name="wmain">
  </frameset>
</frameset>
<noframes><body>

</body></noframes>
</html>

⌨️ 快捷键说明

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