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

📄 24point.asp

📁 漂亮的企业网站系统v11 1、整体修改了上一版的一些BUG。 2、修改了页面底部的统计形式。 3、修改了“公告更新”栏目
💻 ASP
字号:
<!-- #include file="include/config_other.asp" -->
<!-- #include file="include/conn.asp" -->
<%dim  n_sort
index_url="24point."
tit_fir=format_menu(index_url)
tit=tit_fir
tit_fir="24点计算"
call web_head(0,0,3,0,0)

%>
<script src="24point/i.js"></script>
<table align=center cellSpacing="1" cellPadding="3" calss=tableborder1 width=760>
      <tr><th height="30" align="center" colSpan="2">计算24点</th></tr>
<tr>
<td>
</td>
<td vAlign="middle" align="center" width="95%" class=tablebody1>
    &nbsp;<table cellSpacing="1" cellPadding="3" calss=tableborder1 width="750" border="0">
<form name="gamelist">
<td align="center"><p>
<input type="button" name="istart" value='开始计算' class="button" onclick="ibegin()">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp; <input type="button" name="istart" value='结束游戏' class="button" onclick="javascript:window.location='index.asp'"></p>
<hr width='750' color='blue'></td>
<center><table border="0" width="97%" height="180">
<tr height="150">
<td align="center">
<img src="24point/smile.jpg" border="0" name="pic1" id="1" onclick="calc('pic1')">
<br><input type="text" name="num1" disabled="false" length="2" size="3" class="input">
</td>
<td align="center">
<img src="24point/smile.jpg" border="0" name="pic2" id="2" onclick="calc('pic2')">
<br><input type="text" name="num2" disabled="false" length="2" size="3" class="input">
</td>
<td align="center">
<img src="24point/smile.jpg" border="0" name="pic3" id="3" onclick="calc('pic3')">
<br><input type="text" name="num3" disabled="false" length="2" size="3" class="input">
</td>
<td align="center">
<img src="24point/smile.jpg" border="0" name="pic4" id="4" onclick="calc('pic4')">
<br><input type="text" name="num4" disabled="false" length="2" size="3" class="input">
</td>
</tr>
<tr height="20">
<td  colspan="4" align='center'><B>
<input type="button" name="ys1" value=" + " onclick="calcfour('+')" class='button' disabled> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" name="ys2" value=" - " onclick="calcfour('-')" class='button' disabled> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" name="ys3" value=" * " onclick="calcfour('*')" class='button' disabled> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" name="ys4" value=" / " onclick="calcfour('/')" class='button' disabled> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" name="ys5" value=" ( " onclick="calcfour('(')" class='button' disabled> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" name="ys6" value=" ) " onclick="calcfour(')')" class='button' disabled> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br><br> 

<font>计算表达式:</font></B>
<input type="text" name="iresult" class='input' value="" disabled><br>
</td>
</tr>
<tr>
<td colspan="4" align='center'>
<hr width="750" color='blue'><br>
<input type='button' value='重新计算' onclick="javascript:document.gamelist.iresult.value='';irecalc()" class="button">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type='button' value='提交结果' onclick="getresult()" class="button">
</td>
</tr>
</table>
</center>
</form>
</table>
<%
'---------------------------------center end-------------------------------
call web_end(0)
%>

⌨️ 快捷键说明

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