网站源码 > 资料文档 > 帝国CMS教程 > 修改评论的办法

修改评论的办法

[导读]:script function CheckPl(obj) { if(obj.saytext.value=="") { alert("您没什么话要说吗?"); obj.saytext.focus(); return false; } return true; } /script table cellpadding="3" cellspacing="0" form action="[!--news.url--]e/enews/index.php...

<script>
function CheckPl(obj)
{

if(obj.saytext.value=="")
{
alert("您没什么话要说吗?");
obj.saytext.focus();
return false;
}
return true;
}
</script>
<>
<table cellpadding="3" cellspacing="0">
<form action="[!--news.url--]e/enews/index.php" method="post" onSubmit="return CheckPl(document.saypl)">
<tr>
<td>用户名:<input type="text" value="" size="20" /></td>
<td><input type="checkbox" value="1" checked="checked" /></td>
</tr>
<tr>
<td>
<textarea cols="80" rows="3"></textarea></td>
</tr>
<tr>
<td>
<script src="http://www.dede58.com/web/empire/[!--news.url--]d/js/js/plface.js"></script></td>
</tr>
<tr>
<td>
<input type="image" src="http://www.dede58.com/e/data/images/postpl.gif" />
<input type="hidden" value="[!--id--]" />
<input type="hidden" value="[!--classid--]" />
<input type="hidden" value="AddPl" />
<input type="hidden" value="0" />
<input type="hidden" value="[!--titleurl--]"></td>
</tr>
</form>
</table>
</>

本文来自投稿,不代表润泽资源网立场,如若转载,请注明出处:http://www.rzaccp.com/zlwd/diguocms_2807.html
本站资源仅限于学习研究,严禁从事商业或者非法活动!

说点什么吧
  • 全部评论(0
    还没有评论,快来抢沙发吧!