📄 questionadddo.asp
字号:
<% ModuleCode="M0915" %>
<!--#include file="../../Include/Reference.asp"-->
<%
Call PrintPageHead
%>
<!--#include file="../../Include/connect.asp"-->
<%
strSQL="exec SP_Question_Handle " & +_
"'" & Session("UserID") & "'," & +_
"'" & Trim(Request.Form("act")) & "'," & +_
"'" & Request.ServerVariables("REMOTE_ADDR") & "'," & +_
"'" & Request.Form("UQID") & "'," & +_
"'" & Request.Form("UQTitle") & "'," & +_
"'" & Request.Form("UQDomainAbout") & "'," & +_
"'" & Request.Form("UQIPAbout") & "'," & +_
"'" & Request.Form("TypeCode") & "'," & +_
"'" & Request.Form("UQInfo") & "'," & +_
"'" & Request.ServerVariables("REMOTE_ADDR") & "'," & +_
"'" & Request.Form("ReInfo") & "'," & +_
"'" & Request.ServerVariables("REMOTE_ADDR") & "'"
'Response.Write strSQL
'Response.End
Set Rs= Cn.Execute(strSQL)
%>
<br><br>
<p align="center" class="titletext"><%=Rs("msg")%>
<%
if Rs("result")=0 then
%>
[<a href="QuestionList.asp?UQStat=2" class="a2">返回</a>]
<%
else
%>
[<a href="#" onclick="javascript:history.go(-1)" class="a2">返回上一步</a>]
<%
end if
%>
</p>
<%
Call PrintPageBottom
Rs.Close
Cn.Close
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -