BBS(php & mysql)完整版(四)


Posted in PHP onOctober 09, 2006

//此页面为 top.php

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<script language="JavaScript1.2" src="js/fw_menu.js"></script>
<script language="JavaScript1.2" src="js/menu_comment.js"></script>
</head>

<body bgcolor="#FFFFFF" text="#000000">

<div id="Layer1" style="position:absolute; left:151px; top:81px; width:558px; height:48px; z-index:1">  
  <script language="JavaScript1.2">fwLoadMenus();</script>
  <img name="phpd" src="pic/phpd.gif" width="600" height="28" border="0" usemap="#m_phpd">  
  <!-- fwtable fwsrc="phpd.png" fwbase="phpd" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
  <map name="m_phpd">  
    <area shape="rect" coords="378,-6,464,18" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_0,381,0);"  >
    <area shape="rect" coords="265,0,343,21" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_1,266,0);"  >
    <area shape="rect" coords="142,-6,227,20" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_2,149,0);"  >
    <area shape="rect" coords="31,-7,114,21" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_3,40,0);"  >
     <area shape="rect" coords="31,-7,580,21" href="sturecord.php" target="_blank"    >
  </map>
</div>
<div id="Layer2" style="position:absolute; left:4px; top:3px; width:148px; height:98px; z-index:2"><a href="aboutme.php" target="_blank"><img src="pic/FD_03Sd.gif" width="133" height="100" border="0" align="left" alt="站长自我介绍!!"></a></div>
</body>
</html>

//此页面为 index.php
<?

header("Expires: Sun, 28 Dec 1997 09:32:45 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");

?>

<html>
<head>
<title>::: xiaoyang :::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset rows="103,*" frameborder="NO" border="0" framespacing="0" cols="*">  
  <frame name="topFrame" scrolling="NO" noresize src="top.php" >
  <frameset cols="128,*" frameborder="NO" border="0" framespacing="0" rows="*">  
    <frame name="leftFrame" scrolling="no" noresize src="right.php">
    <frame name="mainFrame" scrolling="auto" noresize src="left.php">
  </frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">

</body>
</noframes>  

</html>

PHP 相关文章推荐
写一个用户在线显示的程序
Oct 09 PHP
测试您的 PHP 水平的题目
May 30 PHP
PHP 命令行参数详解及应用
May 18 PHP
关于php连接mssql:pdo odbc sql server
Jul 20 PHP
用PHP实现 上一篇、下一篇的代码
Sep 29 PHP
深入解读php中关于抽象(abstract)类和抽象方法的问题分析
Jan 03 PHP
php获取表单中多个同名input元素的值
Mar 20 PHP
详解php中空字符串和0之间的关系
Oct 23 PHP
curl 出现错误的调试方法(必看)
Feb 13 PHP
PHP按一定比例压缩图片的方法
Oct 12 PHP
laravel 实现关闭CSRF(全部关闭、部分关闭)
Oct 21 PHP
Laravel 框架路由原理与路由访问实例分析
Apr 14 PHP
BBS(php &amp; mysql)完整版(一)
Oct 09 #PHP
建立动态的WML站点(二)
Oct 09 #PHP
建立动态的WML站点(一)
Oct 09 #PHP
建立动态的WML站点(三)
Oct 09 #PHP
Session的工作方式
Oct 09 #PHP
用Flash图形化数据(一)
Oct 09 #PHP
PHP中Session的概念
Oct 09 #PHP
You might like
注册页面之前先验证用户名是否存在的php代码
2012/07/14 PHP
php一些错误处理的方法与技巧总结
2013/08/10 PHP
php MessagePack介绍
2013/10/06 PHP
ThinkPHP框架分布式数据库连接方法详解
2017/03/14 PHP
php读取XML的常见方法实例总结
2017/04/25 PHP
PHP获取HTTP body内容的方法
2018/12/31 PHP
wordpress自定义标签云与随机获取标签的方法详解
2019/03/22 PHP
jQuery在ul中显示某个li索引号的方法
2015/03/17 Javascript
如何屏蔽防止别的网站嵌入框架代码
2015/08/24 Javascript
Bootstrap按钮下拉菜单组件详解
2016/05/10 Javascript
Bootstrap3学习笔记(二)之排版
2016/05/20 Javascript
javascript url几种编码方式详解
2016/06/06 Javascript
AngularJS定时器的使用与移除操作方法【interval与timeout】
2016/12/14 Javascript
BootStrap中的Fontawesome 图标
2017/05/25 Javascript
详解JS实现系统登录页的登录和验证
2019/04/29 Javascript
[42:52]IG vs VGJ.T 2018国际邀请赛小组赛BO2 第二场 8.18
2018/08/19 DOTA
九步学会Python装饰器
2015/05/09 Python
彻彻底底地理解Python中的编码问题
2018/10/15 Python
python中yield的用法详解——最简单,最清晰的解释
2019/04/04 Python
如何使用Python破解ZIP或RAR压缩文件密码
2020/01/09 Python
浅谈css3中calc在less编译时被计算的解决办法
2017/12/04 HTML / CSS
聪明的粉丝购买门票的地方:TickPick
2018/03/09 全球购物
HSRP的含义以及如何工作
2014/09/10 面试题
银行会计职员个人的自我评价
2013/09/29 职场文书
网络工程师个人的自我评价范文
2013/10/01 职场文书
网络工程师的自我评价
2013/10/02 职场文书
企业统计员岗位职责
2013/12/13 职场文书
法学函授自我鉴定
2014/02/06 职场文书
黄河象教学反思
2014/02/10 职场文书
大学运动会入场词
2014/02/22 职场文书
仓库主管岗位职责
2014/03/02 职场文书
合作意向书模板
2014/03/31 职场文书
介绍信的写法
2015/01/31 职场文书
神农溪导游词
2015/02/11 职场文书
2019年大学生职业生涯规划书最新范文
2019/03/25 职场文书
MySQL下使用Inplace和Online方式创建索引的教程
2021/05/26 MySQL