Best Download Sites Login
Site Login

Degrees Radians

Description
Use JavaScript to convert Degrees to Radians and vice versa....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">
<!-- Original:  Sam Tyler (sykicphyst@aol.com) -->
<!-- Web Site:  http://members.aol.com/sykicphyst/hell/hellhouse.html -->
<!-- Begin
function ra_de() {
var pi = Math.PI;
var ra_de = ((eval(document.forms[0].RADE.value))*(180/pi));
document.forms[0].RADE.value = ra_de;
}
function de_ra() {
var pi = Math.PI;
var de_ra = ((eval(document.forms[0].RADE.value))*(pi/180));
document.forms[0].RADE.value = de_ra;
}
function resetRADE() {
document.forms[0].RADE.value="0";
}
// End -->
</SCRIPT>

</HEAD>

<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<FORM>
<INPUT TYPE=Button VALUE="Radians to Degrees" onClick="ra_de()"><INPUT TYPE=Button VALUE="Degrees to Radians" onClick="de_ra()"><br>
<INPUT NAME="RADE" TYPE="Text" VALUE="0" SIZE=25></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