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).
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
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: * Since the original script site no longer archives this effect, we now are archiving this script for your convenience.
Search Our Site By Individual letter
[ A ]
[ B ]
[ C ]
[ D ]
[ E ]
[ F ]
[ G ]
[ H ]
[ I ]
[ J-K ]
[ L ] |
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 ] |
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-