account.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:5k
- <%@ page contentType="text/html; charset=gb2312"%>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>添加客户详细信息</title>
- <style type="text/css">
- <!--
- body {
- background-color: #000000;
- margin-left: 0px;
- margin-top: 0px;
- }
- td{
- font-size:9pt;
- }
- .style1 {font-size: 11pt}
- -->
- </style>
- </head>
- <body>
- <table width="579" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
- <tr>
- <td> </td>
- </tr>
- </table>
- <table width="579" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="2%" height="28"> </td>
- <td width="9%" background="../../../images/circle.jpg"> </td>
- <td width="89%" bgcolor="#FFFFFF"><span class="style1">调用计算器</span></td>
- </tr>
- <tr style="line-height:2px">
- <td width="2%" height="5"> </td>
- <td height="5" colspan="2" bgcolor="#D4D0C8"> </td>
- </tr>
- <tr align="center" valign="top" bgcolor="#FFFFFF">
- <td height="454" colspan="3"><br>
-
- <script language="JavaScript">
- <!-- Hide the script from old browsers --
- function compute(obj)
- {obj.expr.value = eval(obj.expr.value)}
- var one = '1'
- var two = '2'
- var three = '3'
- var four = '4'
- var five = '5'
- var six = '6'
- var seven = '7'
- var eight = '8'
- var nine = '9'
- var zero = '0'
- var plus = '+'
- var minus = '-'
- var multiply = '*'
- var divide = '/'
- var decimal = '.'
- function enter(obj, string)
- {obj.expr.value += string}
- function clearno(obj)
- {obj.expr.value =""}
- // --End Hiding Here -->
- </script>
- <form name="calc">
- <table border=1 width="152">
- <td colspan=4 width="202" bgcolor="#000000"><input type="text" name="expr" size=14 action="compute(this.form)" style="background-color: #000000; font-size: 18pt; color: #FFFF00; border: 1 inset #000000"> <tr>
- <td width="37" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 7 " onClick="enter(this.form, seven)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 8 " onClick="enter(this.form, eight)">
- <td width="47" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 9 " onClick="enter(this.form, nine)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" / " onClick="enter(this.form, divide)">
- <tr><td width="37" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 4 " onClick="enter(this.form, four)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 5 " onClick="enter(this.form, five)">
- <td width="47" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 6 " onClick="enter(this.form, six)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" * " onClick="enter(this.form, multiply)">
- <tr><td width="37" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 1 " onClick="enter(this.form, one)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 2 " onClick="enter(this.form, two)">
- <td width="47" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 3 " onClick="enter(this.form, three)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" - " onClick="enter(this.form, minus)">
- <tr><td width="37" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" . " onClick="enter(this.form, decimal)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" 0 " onClick="enter(this.form, zero)">
- <td width="47" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value="Del" size= 3 onClick="clearno(this.form)">
- <td width="50" bgcolor="#C0C0C0">
- <p align="center"><input type="button" value=" + " onClick="enter(this.form, plus)">
- <tr><td colspan=4 width="196" bgcolor="#C0C0C0"><input type="button" value=" = " onClick="compute(this.form)">
- </table>
- </form>
-
-
-
-
- </table></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </body>
- </html>