
<script>
function CheckPl(obj)
{
if(obj.saytext.value=="")
{
alert("您没什么话要说吗?");
obj.saytext.focus();
return false;
}
return true;
}
</script>
<div >
<table wIDth="95%" border="0" align="center" cellpadding="3" cellspacing="0">
<form action="[!--news.url--]e/enews/index.PHP" method="post" name="saypl" ID="saypl" onsubmit="return CheckPl(document.saypl)">
<tr>
<td>用户名:<input name="username" type="text" ID="username" value="" size="20" /></td>
<td ><input name="nomember" type="checkBox" ID="nomember" value="1" checked="checked" /></td>
</tr>
<tr>
<td>
<textarea name="saytext" cols="80" rows="3" ID="saytext" ></textarea></td>
</tr>
<tr>
<td>
<script src="[!--news.url--]d/Js/Js/plface.Js"></script></td>
</tr>
<tr>
<td>
<input name="imageFIEld" type="image" src="/e/data/images/postpl.gif" border="0" />
<input name="ID" type="hIDden" ID="ID" value="[!--ID--]" />
<input name="classID" type="hIDden" ID="classID" value="[!--classID--]" />
<input name="enews" type="hIDden" ID="enews" value="Addpl" />
<input name="repID" type="hIDden" ID="repID" value="0" />
<input type="hIDden" name="eCMSfrom" value="[!--Titleurl--]"></td>
</tr>
</form>
</table>
</div>
以上是内存溢出为你收集整理的修改评论的方法全部内容,希望文章能够帮你解决修改评论的方法所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)