submit表单不能提交,是怎么回事呢
asp吧
全部回复
仅看楼主
level 1
<%if action="check_authority" then
set rs=server.createobject("adodb.recordset")
Tid=Request("id")
sql="select * from Info where id="&Tid
rs.open sql,conn,1,1
if not rs.eof Then
%>
<script type="text/javascript" charset="utf-8" src="../Editor/kindeditor.js"></script>
<script type="text/javascript">
KE.show({
id : *content_1*
});
</script>
<br>
<table width="96%" border="0" align="center" cellpadding="4" cel
lsp
acing="1" bgcolor="#aec3de">
<form name="add" method="get" action="Info_shenhe.asp">
<tr align="center" bgcolor="#F2FDFF">
<td colspan=2 class="optiontitle">评选列表</td>
</tr>
<tr align=*center* bgcolor=*#F2FDFF*>
<td align=*right*> 评选名称:</td>
<td align=*left*>
<div><%=rs("title")%></div>
</td>
</tr>
<tr align=*center* bgcolor=*#FFF*>
<td align=*right*> 评选类别:</td>
<td align=*left*>
<option value="<%=rs("kind")%>"><%=rs("kind")%></option>
</td>
</tr>
<tr align=*center* bgcolor=*#FFFFFF*>
<td align=*right*> 评选图片:</td>
<td align=*left*>
<img src="../<%=rs("pic")%>" alt="">
</td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="10%" align="right">评选内容:</td>
<td><%=Server.HTMLEncode(rs("Content"))%></td>
</tr>
<tr align="center" bgcolor="#FFFFFF"><td width="10%" align="right" >审    核:</td><td> <form>
<input type="radio" name="sex" value="2"
<% dim qx1
qx1=rs("authority")
if qx1=2 then %>
checked="checked"
<% end if %>
/>通过
<input type="radio" value="1" name="sex"
<% dim qx2
qx2=rs("authority")
if qx2=1 then %>
checked="checked"
<% end if %>
/>未通过
</form>
</td></tr>
<tr align="center" bgcolor="#ebf0f7">
<td colspan="2">
<input type="submit" value="提交" />
<input type="button" name="Submit2" value="返回" onClick="history.back(-1)"/>
<input name="id" type="hidden" id="id" value="<%=rs("id")%>"/>
<input name="id" type="button" id="authority" value="<%=rs("authority")%>"/>
</td>
</tr>
</FORM>
</table>
<%
end if
end if
%>
2014年08月13日 06点08分 1
level 1
求解答
2014年08月13日 08点08分 2
level 3
10元教你
2014年08月13日 08点08分 3
1