Today is . Page created 03/12/03, updated 07/03/06

Scientist Scientific Calculator Without Notepad Scientic Chemical Calculator
Advanced Scientific Calculator

T his is probably the most advanced scientific calculator possible with JavaScript. Unlike our other scientific calculator, this one does not come with a notepad.
Other Scientific Calculator With Notepad ]

W e have tested the code in IE5.5, IE6, Netscape4.08, Netscape7.0, Netscape8.1, Firefox1.5.0.4, Opera9.0 and AOL Explorer1.2. This script worked well in all platforms with the exception of Netscape4.08 and Netscape7.02 where it will "Not" work. It degrades well and you will not get any error messages.

D epending on your knowledge of HTML and java scripts, this is an easy, three (3) part copy and paste code with "No" reconfigurations other than cosmetic (change the border color around the calculator).

  1. Copy/Cut & Paste the coding into the <HEAD> section of your HTML document.
  2. Add the onLoad event handler directly into the <BODY> tag.
  3. Copy/Cut & paste the coding anywhere into the <BODY> section of your HTML document you want the effect to appear.
I f you need a little refresher on howto add the onload event handler directly into the <BODY> tag, see the below examples:

Default <BODY> Tag ~ No onload event handler

<body bgcolor="#000000" text="#ba55dc" link="#fff8dc" alink="#fff8dc" vlink="#fff8dc">

Reconfigured <BODY> Tag ~ onload Event Handler Inserted

<body onLoad="document.form.input.focus()" bgcolor="#000000" text="#ba55dc" link="#fff8dc" alink="#fff8dc" vlink="#fff8dc">

Reconfigurationd To Change Border Color ~ <BODY> Section

<form name="form" method="post" action="javascript:doit()">
  <table width="260" border="1" height="260" align="center" bordercolor="#ba55dc"
bgcolor="#000000">
   <tr bgcolor="#000000">
      <td colspan="7" height="2">
        <div align="center"><b><font face="Arial, Helvetica, sans-serif"
color="#1e90ff">Advanced
          Scientific Calculator
</b></font></div>
      </td>

Define Above Areas Of Reconfiguration

  • border="1" ~ This defines how wide (in pixels) the border is around the complete effect. The higher the number the wider the border. If you change the number to 0 the border will not be visible.
  • bordercolor="#ba55dc" ~ This is the color that surrounds the entire effect.
  • bgcolor="#000000" ~ This is the color behind the words "Advanced Scientific Calculator"
  • tr bgcolor="#000000" ~ Is the color behind the complete effect

O nce you complete the three above steps (and reconfigure colors if you choose) of adding the code into the <HEAD>, <BODY> tag and <BODY> sections (wherever you want the effect to appear) thats it, your done.

W e hope our tutorial was easy to follow and we covered everything in detail. If you would like to add this effect into your pages, grab the respective below link* and you are there. If you have any problems with this or anything else, feel free to consult our FAQ ] and if you can't find the answer there, contact us ].
Get Code Here  ] [ Rate This Page ]  

For Your Information For your Information:     * Since the original script site no longer archives this effect, we now are archiving this script for your convenience.

Talk Live To A Support Technician

Search Our Site By Individual letter

A ]  [ B ]  [ C ]  [ D ]  [ E ]  [ F ]  [ G ]  [ H ]  [ I ]  [ J-K ]  [ L ] 
M ]  [ N-O ]  [ P-Q ]  [ R ]  [ S ]  [ T ]  [ U-V ]  [ W ]  [ X-Y-Z ] 

Little Tips Directory

Page 1  ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5  ] [ Page 6  ] [ Page 7  ]

Index Page 1 ] [ Index Page 2 ] [ Index Page 3 ] [ Index Page 4 ] [ Index Page 5 ]
Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ]
Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ]

News Letter Archives ] [ Navigation Page ] [ Archives Of Published Material ]
Link To Us ] [ Alphabet Index ] [ Feedback ] [ On Line Support ] [ FAQ ]
Webmaster Utilities ] [ Casino ] [ Banner Exchange ] [  Advanced Site Search ]

If you are part of the ever growing number of webmasters who enjoy sharing your knowledge with others on web design, join The Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today

This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.

Copyright © Consigliere Ltd., All Rights Reserved. 2001-