Add this code to your code of calculator in head portion
<head>
<script type="text/javascript">
function cos(form)
{
form.displayvalue.value=Math.cos(form.displayvalue.value);
}
function sin(form)
{
form.displayvalue.value=Math.sin(form.displayvalue.value);
}
function tan(form)
{
form.displayvalue.value=Math.tan(form.displayvalue.value);
}
</script>
</head>
I will tell you other codes as soon as possible and you will see Insha Allah your calculator functional
Monday, November 22, 2010
HTML Calculator:gcufbioinfo


1 comments:
kool....
Post a Comment