⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reply.asp

📁 网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点:无须安装客户端] 主要功能模块:管理 公文 车辆 通知 档案 值班 人事 审批 仓库 主界面 软件下载 个
💻 ASP
字号:
<%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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -