CMS数据库配置文件e/class/config.php,对于帝国7.0以后的版本,数据库路径为e/config/config.php。
帝国CMS数据库配置文件e/class/config.php,针对帝国7.0之后的版本,数据库途径便是e/config/config.php一、自变量目录
提交表单详细地址:/e/enews/index.php
classid:[!--classid--]
id:[!--id--]
enews:AddPl
repid:0
username:登录名输入框
password:登陆密码输入框
key:短信验证码输入框
显示信息短信验证码:<imgsrc=”/e/ShowKey?ecms”>
nomember:密名发布
saytext:评价內容
二、表格案例
复制代码编码以下:
<script>
functionCheckPl(obj)
{
if(obj.saytext.value==”")
{
alert(“您没有什么话说起吗?”);
obj.saytext.focus();
returnfalse;
}
returntrue;
}
</script>
<tablewidth=”98%”border=”0″align=”center”cellpadding=”3″cellspacing=”1″id=saypl>
<formname=sayplmethod=POSTaction=”/e/enews/index.php”onsubmit=”returnCheckPl(document.saypl)”>
<tr>
<tdheight=”25″bgcolor=”#FFFFFF”><divalign=”center”>
<tablewidth=”100%”border=”0″cellspacing=”1″cellpadding=”3″>
<tr>
<tdwidth=”56%”>登录名:
<inputname=”username”type=”text”id=”username”size=”12″></td>
<tdwidth=”44%”>登陆密码:
<inputname=”password”type=”password”id=”password”size=”12″></td>
</tr>
<tr>
<td>短信验证码:
<inputname=”key”type=”text”id=”key”size=”6″>
<imgsrc=”/e/ShowKey?ecms”></td>
<td><inputname=”nomember”type=”checkbox”id=”nomember”value=”1″>
密名发布</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<tdheight=”25″bgcolor=”#FFFFFF”><divalign=”center”>
<textareaname=”saytext”cols=”56″rows=”6″id=”saytext”></textarea>
</div></td>
</tr>
<tr>
<tdheight=”25″bgcolor=”#FFFFFF”><divalign=”center”>
<inputname=”imageField”type=”image”src=”/e/data/images/postpl.gif”border=”0″>
<inputname=”id”type=”hidden”value=”[!--id--]“>
<inputname=”classid”type=”hidden”value=”[!--classid--]“>
<inputname=”enews”type=”hidden”id=”enews”value=”AddPl”>
<inputname=”repid
”type=”hidden”id=”repid”value=”0″>
</div></td>
</tr>
</form>
</table>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)