Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2.   <SCRIPT>
  3. function compute(obj)
  4.    {obj.expr.value = eval(obj.expr.value)}
  5. var one = '1'
  6. var two = '2'
  7. var three = '3'
  8. var four = '4'
  9. var five = '5'
  10. var six = '6'
  11. var seven = '7'
  12. var eight = '8'
  13. var nine = '9'
  14. var zero = '0'
  15. var plus = '+'
  16. var minus = '-'
  17. var multiply = '*'
  18. var divide = '/'
  19. var decimal = '.'
  20. function enter(obj, string)
  21.    {obj.expr.value += string}
  22. function clear(obj)
  23.    {obj.expr.value = ''}
  24.                       </SCRIPT>
  25.                       <FONT COLOR="#80AE57" face="Arial"><P><B>????? ???????
  26.                         ???????????</B></P></FONT>
  27.                         <FORM name="calculater">
  28.                         <DIV align="center">
  29.                       <TABLE border="1" bgcolor="#0033CC">
  30.                           <TR>
  31.                             <TD colSpan="4"><INPUT size=30
  32.                               name=expr action="compute(this.form)"></TD></TR>
  33.                           <TR>
  34.                             <TD bgColor="#000033">
  35.                               <P><INPUT onclick="enter(this.form, seven)" type=button value="  7  "></P></TD>
  36.                             <TD bgColor="#000033">
  37.                               <P><INPUT onclick="enter(this.form, eight)" type=button value="  8  "></P></TD>
  38.                             <TD bgColor="#000033">
  39.                               <P><INPUT onclick="enter(this.form, nine)" type=button value="  9  "></P></TD>
  40.                             <TD bgColor="#000033">
  41.                               <P><INPUT onclick="enter(this.form, divide)" type=button value="   /  "></P></TD></TR>
  42.                           <TR>
  43.                             <TD bgColor="#000033">
  44.                               <P><INPUT onclick="enter(this.form, four)" type=button value="  4  "></P></TD>
  45.                             <TD bgColor="#000033">
  46.                               <P><INPUT onclick="enter(this.form, five)" type=button value="  5  "></P></TD>
  47.                             <TD bgColor="#000033">
  48.                               <P><INPUT onclick="enter(this.form, six)" type=button value="  6  "></P></TD>
  49.                             <TD bgColor="#000033">
  50.                               <P><INPUT onclick="enter(this.form, multiply)" type=button value="  *  "></P></TD></TR>
  51.                           <TR>
  52.                             <TD bgColor="#000033">
  53.                               <P><INPUT onclick="enter(this.form, one)" type=button value="  1  "></P></TD>
  54.                             <TD bgColor="#000033">
  55.                               <P><INPUT onclick="enter(this.form, two)" type=button value="  2  "></P></TD>
  56.                             <TD bgColor="#000033">
  57.                               <P><INPUT onclick="enter(this.form, three)" type=button value="  3  "></P></TD>
  58.                             <TD bgColor="#000033">
  59.                               <P><INPUT onclick="enter(this.form, minus)" type=button value="   -  "></P></TD></TR>
  60.                           <TR>
  61.                             <TD bgColor="#000033" colSpan=2>
  62.                               <P><INPUT onclick="enter(this.form, zero)" type=button value="       0       "></P></TD>
  63.                             <TD bgColor="#000033">
  64.                               <P><INPUT onclick="enter(this.form, decimal)" type=button value="   .  "></P></TD>
  65.                             <TD bgColor="#000033">
  66.                               <P><INPUT onclick="enter(this.form, plus)" type=button value="  +  "></P></TD></TR>
  67.                           <TR>
  68.                             <TD bgColor="#000033" colSpan=2>
  69.                               <P><INPUT onclick=compute(this.form) type=button value="   =   "></P></TD>
  70.                             <TD bgColor="#000033" colSpan=2>
  71.                               <P><INPUT onclick=clear(this.form) type=reset value=AC>
  72.                               </P></TD></TR></TABLE></DIV></FORM>
  73.                               <P align="center">
  74.                               <FONT face="Courier , New tahoma , erdana, arial, helveticav" size="2"
  75.                               color="#0000FF"><B><A target="_blank" href="http://www.star28.com" style="TEXT-DECORATION: NONE">