Best Download Sites Login
Site Login

Sine

Description
Enter the opposite and hypotenuse angle values and JavaScript will solve the sine angle for you....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 calcsin(form) {
var opp = eval(form.opp.value);
var hyp = eval(form.hyp.value);
form.sin.value = opp/hyp;
}
// End -->
</script>

</HEAD>

<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<form>
<table border=3 cellspacing=2 cellpadding=5>
<tr>
<td align=center><i>Opposite Angle</i></td>
<td align=center><i>Hypotenuse Angle</i></td>
<td align=center><i>Sine Angle</i></td>
</tr>
<tr>
<td align=center><input type=text name=opp size=15></td>
<td align=center><input type=text name=hyp size=15></td>
<td align=center><input type=text name=sin size=15></td>
</tr>
<tr>
<td colspan=3 align=center><input type=button value="Calculate!" onclick="calcsin(this.form)"></td>
</tr>
</table>
</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