index.php

来自「套中小型企业网站建设」· PHP 代码 · 共 31 行

PHP
31
字号
<?php
//====================================================
//		FileName:index.php
//		Summary: 
//		Author: ice_berg16(寻梦的稻草人)
//		CreateTime: 2004-10-08     
//		LastModifed:2004-10-08 
//		copyright (c)2004 ice_berg16@163.com
//====================================================

require_once("login.php");
require_once("../IBinit.php");

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?=APP_NAME?></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>

<frameset rows="80,*" framespacing="0" frameborder="no" border="0"">
  <frame src="top.php" name="top" frameborder="no" scrolling="no" border="0" noresize="true" />
  <frameset cols="160,*" framespacing="0" frameborder="no" border="0" topmargin="0"  leftmargin="0" marginheight="0" marginwidth="0">
    <frame src="menu.php" name="left" frameborder="no" scrolling="auto" topmargin="0" leftmargin="0" border="0" />
    <frame src="main.php" name="main" frameborder="no" scrolling="yes"/>
  </frameset>
</frameset>

</html>

⌨️ 快捷键说明

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