reply.asp

来自「网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点」· ASP 代码 · 共 54 行

ASP
54
字号
<%Response.Buffer=true
Response.CacheControl = "no-cache" 
Response.AddHeader "Pragma", "no-cache" 
Response.Expires=0
if Application("hxf_c_ask")="" then 
%>
<script>
alert('错误:官符目前并未出题给你答!');
window.close();
</script>
<%
response.end
end if
%>
<html>
<head>
<title>答对有奖</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../dg/SETUP.CSS">
<script language=javascript>window.moveTo(100,50);window.resizeTo(screen.availWidth*2/3,screen.availHeight*3/4);</script>
</head>

<BODY oncontextmenu=self.event.returnValue=false bgColor=#000000 text=#ffffff>
<p><br><br></p>
<form method="post" action="replying.asp">
  <table width="312" border="1" cellspacing="0" cellpadding="3" align="center" bordercolorlight="#000000" bordercolordark="#FFFFFF">
    <tr align="center"> 
      <td colspan="2" height="27" width="302">江湖有奖问答</td>
    </tr>
    <tr> 
      <td width="24" valign="top">问:</td>
      <td width="270"> 
        <textarea name="ask" readonly rows="6" wrap="VIRTUAL" cols="36"><%=Application("hxf_c_ask")%></textarea>
      </td>
    </tr>
    <tr> 
      <td width="24">答:</td>
      <td width="271"> 
        <input type="text" name="reply" size="25" maxlength="10">
        <input type="submit" name="Submit" value="提交"> 
        <input type=button value=关闭 onClick='window.close()' name="button"> 
      </td> 
    </tr> 
    <tr>  
      <td colspan="2" width="302">  
        <div align="center">答题人:<%=session("hxf_u_nickname")%> </div> 
      </td> 
    </tr> 
  </table> 
</form> 
<p align="center">玩家都可以回答问题,答对的将得到50000元奖金,<br><br> 
开动开动你的脑筋哦!*^o^*<br> </p> 
</body> 
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?