一个模仿oso的论坛程序(之二)

2016-01-29 14:20 8 1 收藏

一个模仿oso的论坛程序(之二),一个模仿oso的论坛程序(之二)

【 tulaoshi.com - PHP 】

  程序二:addforum.php

<html
<head
<link rel="STYLESHEET" type="text/css" href="fp_zhangcg.css"
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"
<meta name="Microsoft Theme" content="none"
<meta name="Microsoft Border" content="none"
<title发表信息</title
</head
<body bgcolor="#C0C0C0" background="backcolor.gif"
<SCRIPT language=JavaScript
<!--
  var submitcount=0;
  function checkSubmit() {
    if (submitcount == 0)  
    {
       submitcount++;    
       return true;
    }  
    else {
       if (submitcount0){   
           alert("帖子已成功提交,请勿重复发帖!nDon't submit the form twice, please.");            return false;
       }
    }
  }
  function check_com(){
     if (document.form.username.value.length == 0){
         submitcount--;
         alert("请输入您的网上大名!nPlease input your user name.");
         return false;
     }
     if (document.form.forumtitle.value.length ==0){
         submitcount--;
         alert("主题不能为空!nYou must supply a subject.");
         return false;
     }
     if (document.form.forumcontent.value.length == 0){
        submitcount--;
        alert("加贴内容不能为空!nYou must supply a message.");
        return false;  
     }   
     return true;
}
//--
</SCRIPT

<?
  include ("c:mydbheader.inc");
?


<?
if (empty($theme_id))  {
   $theme_id = 0;
  }
?

<table width="750" border="0"
  <tr
  <?
    if ($theme_id == 0 ) {
      print ' <td class="text"当前位置:主页——论坛——发表论坛</td';
    }  
    else
    {
      print ' <td class="text"当前位置:主页——论坛——回复帖子</td';
    }
  ?
    <td&nbsp;</td
  </tr
</table
<?
print '<form action="readforum.php?readflag=0 " ';
print ' method=post name=form   onsubmit="return check_com()"';

?
  <table width="750" border="0"
    <tr  
      <td width="131" class="text"  
        <div align="

来源:http://www.tulaoshi.com/n/20160129/1493040.html

延伸阅读
标签: ASP
  对付抠门的空间服务商,以前大家想到了用链接数据表的方法存放更大的数据库。现在再给大家讲述另一个方法:用一个论坛的代码运行两个论坛程序。这样可以绕开那些以服务器CPU占用率过大为理由,不许在一个空间架设两套论坛程序的空间服务规定。 一、准备数据库 网上主流的ASP论坛程序(例如动网论坛6.1)大都是以Access数据...
标签: PHP
  (主要用了两个字符串函数implode()和explode) 我制作的域名查询的源代码,主要用了两个字符串函数implode()和explode,利用这两个函数的切割字符串的强大功能,可以查询.com,.net.,org.,cc.,tv下的域名whois。 <?php echo '<center<form'; echo '<input type="text" name="string"'; echo '<in...
#include graphics.h #include stdio.h #include math.h #include time.h #define PI 3.14159 #define maxx 640 #define maxy 480main() {int i;  char c;  init();  draw();  c=getch(); } init() /*初始化图形系统函数*/ {int gdriver=DETECT,gmode; &n...
标签: Java JAVA基础
三:选择要求(因项目而定) 1:LDAP 掌握程度:了解 原因:LADP越来越多的运用在权限控制上面。 2:Struts 掌握程度:熟练 原因:如果符合MVC设计通常会使用Struts实现C。 3:Xsp 掌握程度:根据需要而定很多时候是不使用的,但在不需要使用ejb但jsp+servlet+bean实现不了的时候Xsp是一个非常不错的选择。 4:Linux 掌握程...
标签: ASP
  DateSelect.asp 创立一个日历格式的。。。 <%@ LANGUAGE="VBSCRIPT" % <% 'Code Written by D. Scott Hand 'If any errors are found, please 'e-mail scott_hand@pobox.com with 'the error and the way the error 'was caused '***Purpose:************ '* This is a page built to show calendar functiona...

经验教程

814

收藏

90
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部