帝国CMS数据库配置文件e/class/config.php,对于帝国7.0以后的版本,数据库路径就是 e/config/config.php
一、变量列表
表单提交地址:/e/enews/index.php
nomember:匿名发表 saytext:评论内容
二、表单范例
代码如下:
function CheckPl(obj) { if(obj.saytext.value==”") { alert(“您没什么话要说吗?”); obj.saytext.focus(); return false; } return true; }