?? nodaan.asp
字號:
<!--#include file=conn.asp-->
<!--#include file="Config.asp"-->
<%
if session("person")="" then
response.redirect "Login.asp"
end if
if not IsNumeric(request("id")) or request("id")="" then
Response.Write ("<script>alert('友情提示!\n\參數錯誤!');history.back();</script>")
Response.end
end if
if request("id")<>"" then
id=CLNG(request("id"))
end if
%>
<title>處理問題—無滿意回答</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file=top.asp-->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25"><a href="<%=weburl%>"><%=webname%></a> > 處理問題<a href="#"></a></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" class="t1">
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td height="36" align="center" onmouseover="this.className='tbb'" onmouseout="this.className='taa'" class="taa"><strong>無滿意回答</strong></td>
</tr>
<tr>
<td align=center><br>
<table border="0" width="98%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="bgcntBor3" align=center>
<%
if request("submit")="確 認" then
if session("person")="" then
response.redirect "Login.asp"
end if
if not IsNumeric(request("id")) then
Response.Write ("<script>alert('友情提示!\n\參數錯誤!');history.back();</script>")
Response.end
end if
if request("id")="" then
response.write"<script>alert('友情提示!\n\參數錯誤!');history.back();</script>"
end if
rs3.open"select * from question where id="&id&" and sender='"&session("person")&"'",conn,1,3
if rs3.eof then
response.write"<script>alert('友情提示!\n\參數錯誤!');history.back();</script>"
else
rs3("jie")=2
rs3.update
rs3.close
response.write"<script>alert('您的問題已關閉!');window.navigate('Show_Question.asp?id="&id&"');</script>"
end if
end if
%>
<table width="60%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align=center><br><span class="f14B">如果沒有滿意的回答,請點擊下面的“確定”按鈕直接結束提問!
</span><br><br><br><img src="img/tips.gif" width="16" height="16">出于保護回答者利益的考慮,問題的懸賞分將不再返還。<br> 如果因此造成您的積分損失,我們希望能得到您的理解。<br>
<FORM action=NoDaAn.asp>
<p align="center"><span><input type="submit" name="submit" value="確 認" class="bnsrh"> <a href="javascript:history.go(-1);">返回</a>
</span><br><input type=hidden name=id value=<%=id%>>
</form>
</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
<br></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!--#include file=end.asp-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -