|
主题:[求助]制作表单后,如何让姓名不能重复输入。。。谢谢 [收藏主题] |
<iframe src="about:blank" name="hidform1" style="width:0px;height:0px;display:none"></iframe>
<script src="/ks_inc/common.js"></script>
<script src="/ks_inc/form_ck.js"></script>
<form name="myform1" action="/plus/form/form.asp" target="hidform1" method="post">
<table width="100%" border="0" cellspacing="2" cellpadding="1">
<input type="hidden" value="Save" name="action"/>
<input type="hidden" value="1" name="id"/>
<input type="hidden" value="{$ChannelID}" name="m"/>
<input type="hidden" value="{$InfoID}" name="d"/>
<input type="hidden" value="{$ToUserName}" id="tousername" name="tousername"/>
<tr class="tdbg">
<td align="right" class="lefttdbg">姓名:</td>
<td><input type="text" maxlength="255" class="upfile" style="width:200px" id="KS_xm" name="KS_xm" value=""> </td>
</tr>
<tr><td colspan="2" class="subtdbg" align="center"><input type="submit" value="确认提交" name="submit1"></td></tr>
</table>
</form>
|
|
支持(0) | 反对(0) 顶端 底部 |
修改文件:/plus/form/form.asp s_content="<table border=0 cellpadding=0 cellspacing=0>" & vbcrlf If sql(0,k)="KS_xm" Then select case sql(3,k) 备注:红色为增加部分,“sel ect”中间的空格去掉 |
|
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |