📄 reply.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 + -