Best Download Sites Login
Site Login

Radioactive

Description
Use JavaScript to find how much radioactive material remains after a given time....View A Script Demo


Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="TextPad 4.4">
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function computeamount(h,a,t){ 
h = document.forms[0].h.value 
a = document.forms[0].a.value 
t = document.forms[0].t.value 
document.forms[0].result1.value=eval(a*Math.exp((Math.log(0.5)/h)*t))
document.forms[0].result2.value=eval((document.forms[0].result1.value/a)*100);   
}
// End -->
</SCRIPT>

</HEAD>

<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<TABLE border=1>
<TR>
<TD>Halflife</TD>
<TD>Amount</TD>
<TD>Time</TD>
</TR>
<TR>
<TD><FORM><input name="h" size=10 ></TD>
<TD><input name="a" size=10 ></TD>
<TD><input name="t" size=10 ></TD>
<TD><input type="button" value="Calculate Amount Left" onclick="computeamount()"></TD>
</TR>
</TABLE>
<BR>The amount remaining is:
<input name="result1" size=22> or
<input name="result2" size=5> percent of the original sample.
<input type="reset" value="Reset Form">
</FORM>

</center>
</BODY>
</HTML>

Business Proposal If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail