asp点击按钮时,修改数据库并关闭窗口
我要设计一个验证文章的按钮,当点击按钮时,设置文章已验证并关闭验证窗口。部分代码如下:<inputname="Submit"value="通过验证"type="botto...
我要设计一个验证文章的按钮,当点击按钮时,设置文章已验证并关闭验证窗口。
部分代码如下:
<input name="Submit" value="通过验证" type="botton">
Conn.execute "update "new set show='1' where new_ID="&Trim(Request.QueryString("ID"))
谁能给个详细代码,或思路 展开
部分代码如下:
<input name="Submit" value="通过验证" type="botton">
Conn.execute "update "new set show='1' where new_ID="&Trim(Request.QueryString("ID"))
谁能给个详细代码,或思路 展开
2个回答
展开全部
文章页面:
<input name="Submit" value="通过验证" type="botton" onclick="window.open('verify.asp?ID=<%=articleID%>','','height=100,width=400,scrollbars=no,resizable=no,location=no,status=no')">
验证页面verify.asp
<%
Conn.execute "update "new set show='1' where new_ID="&Trim(Request.QueryString("ID"))
%>
alert('验证成功!');window.close();
<input name="Submit" value="通过验证" type="botton" onclick="window.open('verify.asp?ID=<%=articleID%>','','height=100,width=400,scrollbars=no,resizable=no,location=no,status=no')">
验证页面verify.asp
<%
Conn.execute "update "new set show='1' where new_ID="&Trim(Request.QueryString("ID"))
%>
alert('验证成功!');window.close();
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询