Best Download Sites Login
Site Login

Group Work

Description
Ever had to work with another person to complete a task? This calculator will tell you how long it would take two people to complete the task if you know how long it would take each person to complete the task individually....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:  mistermidget@hotmail.com --> 
<!-- Begin
function groupWork() {
person1 = parseInt(document.workform.person1.value);
person2 = parseInt(document.workform.person2.value);
worktime = (person1*person2)/(person1+person2);
document.workform.time.value = worktime;
}
//  End -->
</script>

</HEAD>

<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<form name=workform>
Person one can do the job in <input type=text name=person1 size=5> hours.<br>
Person two can do the same job in <input type=text name=person2 size=5> hours.<br>
Together, they can do the job in <input type=text name=time size=10> hours.<br><br>
<input type=button value="Solve!" name=solve onClick="groupWork()"><br>
</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