码迷,mamicode.com
首页 > Web开发 > 详细

aspcms 留言

时间:2015-07-06 15:39:20      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

<form method=‘POST‘ name=‘myform‘ onSubmit=‘return metmessagesubmit("姓名不能为空","留言信息不能为空");‘ action="save.asp?action=add" target=‘_self‘>
<ul>
<li><span>标题</span><input name=‘FaqTitle‘ type=‘text‘ /></li>
<li><span>姓名</span><input name=‘Contact‘ type=‘text‘ /></li>
<li><span>电话</span><input name=‘ContactWay‘ type=‘text‘ /></li>
<li style="height:150px"><span>留言内容</span><textarea name=‘Content‘ cols=‘50‘ rows=‘9‘ style="width:500px" class=‘textarea-text‘></textarea></li>
<li><span>验证码</span><input name="code" type="text" class="login_verification" id="verification" size="6" maxlength="6" style="BORDER: #B7DAEF 1px solid;WIDTH: 240px; height:18px;"/>
<img src="{aspcms:sitepath}/inc/checkcode.asp" alt="看不清验证码?点击刷新!" onClick="this.src=‘{aspcms:sitepath}/inc/checkcode.asp‘" id="yanzhengma"/></li>


</ul>
<div style="margin-left:10%"><input type=‘submit‘ name=‘Submit‘ value=‘提交留言‘ class=‘submit button orange‘ style=" height:40px; padding:5px 15px; cursor:pointer;"></div>

</form>

aspcms 留言

标签:

原文地址:http://www.cnblogs.com/masterccc/p/4624388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!