<?php
/**
* 仿officexp风格的左边版面列表
* --------------------------------------------------------------------------------
* blood 于 2/19/2002 4:47:11 pm 加贴在 visual basic
*
* 徐祖宁(唠叨) 移植于 3/2/2002
* oop 版
*
*/
class frame {
function run() {
global $php_self;
echo <<<eod
<html>
<head>
<title>menu sample</title>
<script language="javascript">
if (window != top) top.location.href = location.href;
</script>
</head>
<frameset cols="161,*">
<frame marginwidth="0" src=http://www.dvbbs.net/tech/php/"$php_self?key=menu" name="menu" scrolling=no noresize>
<frame marginwidth="0" src=http://www.dvbbs.net/tech/php/"$php_self?key=about" name="main" scrolling=auto noresize>
</frameset>
</html>
eod;
}
}
class about {
function run() {
echo <<<eod
<style>
body { font-size: 9pt; font-family:"verdana", "arial", "宋体"; }
</style>
<body>
<center>
<br>
<br>
关于此菜单
<br>
<br>
说明,此菜单程序只能使用在ie 5以上的版本使用,netspace下不能使用,推荐使用ie 6正式中文版
</center>
</body>
eod;
}
}
class page {
function run($id1) {
global $id;
echo <<<eod
<style>
body { font
| 对此文章发表了评论 |
