<html><div style='background-color:'><PRE class=RTE>In <A href="http://javascript.internet.com/calculators/">http://javascript.internet.com/calculators/</A>&nbsp; you can find something as you like, is just a start point</PRE><PRE class=RTE>If you are looking for more detail, let me know<BR><BR>Greetings</PRE>
<DIV></DIV>&gt;From: Tim Burgan &lt;email@timburgan.com&gt;
<DIV></DIV>&gt;Reply-To: "[JavaScript List]" &lt;javascript@LaTech.edu&gt;
<DIV></DIV>&gt;To: "[javascript] javascript@latech.edu" &lt;javascript@LaTech.edu&gt;
<DIV></DIV>&gt;Subject: [Javascript] Updating a text box - calculations
<DIV></DIV>&gt;Date: Wed, 02 Feb 2005 11:33:41 +1030
<DIV></DIV>&gt;MIME-Version: 1.0
<DIV></DIV>&gt;Received: from LaTech.edu ([138.47.18.25]) by MC6-F18.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 1 Feb 2005 17:05:29 -0800
<DIV></DIV>&gt;Received: from localhost (localhost [127.0.0.1])by LaTech.edu (Postfix) with ESMTP id 6D463308D8A;Tue,&nbsp;&nbsp;1 Feb 2005 19:04:42 -0600 (CST)
<DIV></DIV>&gt;Received: from LaTech.edu ([127.0.0.1]) by localhost (selene.latech.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05089-01; Tue,&nbsp;&nbsp;1 Feb 2005 19:04:36 -0600 (CST)
<DIV></DIV>&gt;Received: from selene.LaTech.edu (localhost [127.0.0.1])by LaTech.edu (Postfix) with ESMTP id EBF75308AA4;Tue,&nbsp;&nbsp;1 Feb 2005 19:04:34 -0600 (CST)
<DIV></DIV>&gt;Received: from localhost (localhost [127.0.0.1])by LaTech.edu (Postfix) with ESMTP id 87A90308C83for &lt;javascript@localhost.LaTech.edu&gt;;Tue,&nbsp;&nbsp;1 Feb 2005 19:04:33 -0600 (CST)
<DIV></DIV>&gt;Received: from LaTech.edu ([127.0.0.1])by localhost (selene.latech.edu [127.0.0.1]) (amavisd-new, port 10024)with LMTP id 00504-01-93 for &lt;javascript@localhost.LaTech.edu&gt;;Tue,&nbsp;&nbsp;1 Feb 2005 19:04:20 -0600 (CST)
<DIV></DIV>&gt;Received: from mx69a.mysite4now.com (mx69a.mysite4now.com [66.102.135.69])by LaTech.edu (Postfix) with ESMTP id 2E669308A4Afor &lt;javascript@LaTech.edu&gt;; Tue,&nbsp;&nbsp;1 Feb 2005 19:04:14 -0600 (CST)
<DIV></DIV>&gt;Received: from [150.101.137.124] by mx69a.mysite4now.com [66.102.135.69] withSmartMax MailMax for javascript@LaTech.edu;Tue, 01 Feb 2005 17:06:23 -0800
<DIV></DIV>&gt;X-Message-Info: zVLtYL4Cdkkvar3oH8YMAKSOsKc/VK8IDFbcasoymoE=
<DIV></DIV>&gt;X-Original-To: javascript@localhost.LaTech.edu
<DIV></DIV>&gt;Delivered-To: javascript@localhost.LaTech.edu
<DIV></DIV>&gt;X-SmartMax-AuthUser: timb@timburgan.com
<DIV></DIV>&gt;User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
<DIV></DIV>&gt;X-Accept-Language: en-us, en
<DIV></DIV>&gt;X-Virus-Scanned: by amavisd-new at latech.edu
<DIV></DIV>&gt;X-BeenThere: javascript@LaTech.edu
<DIV></DIV>&gt;X-Mailman-Version: 2.1.5
<DIV></DIV>&gt;Precedence: list
<DIV></DIV>&gt;List-Id: "\[JavaScript List\]" &lt;javascript.LaTech.edu&gt;
<DIV></DIV>&gt;List-Unsubscribe: &lt;https://lists.LaTech.edu/mailman/listinfo/javascript&gt;,&lt;mailto:javascript-request@LaTech.edu?subject=unsubscribe&gt;
<DIV></DIV>&gt;List-Archive: &lt;http://lists.LaTech.edu/pipermail/javascript&gt;
<DIV></DIV>&gt;List-Post: &lt;mailto:javascript@LaTech.edu&gt;
<DIV></DIV>&gt;List-Help: &lt;mailto:javascript-request@LaTech.edu?subject=help&gt;
<DIV></DIV>&gt;List-Subscribe: &lt;https://lists.LaTech.edu/mailman/listinfo/javascript&gt;,&lt;mailto:javascript-request@LaTech.edu?subject=subscribe&gt;
<DIV></DIV>&gt;Errors-To: javascript-bounces@LaTech.edu
<DIV></DIV>&gt;X-Virus-Scanned: by amavisd-new at latech.edu
<DIV></DIV>&gt;Return-Path: javascript-bounces@LaTech.edu
<DIV></DIV>&gt;X-OriginalArrivalTime: 02 Feb 2005 01:05:30.0152 (UTC) FILETIME=[49E81A80:01C508C3]
<DIV></DIV>&gt;
<DIV></DIV>&gt;Hello,
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;In a form, I have 5 text boxes vertically on top of each other. Each
<DIV></DIV>&gt;where the user can enter a dollar amount.
<DIV></DIV>&gt;
<DIV></DIV>&gt;Then in a 6th text box.. it displays 2% of the sum of the 5 text
<DIV></DIV>&gt;boxes.
<DIV></DIV>&gt;
<DIV></DIV>&gt;Then a 7th text box adds the values of all 6 text boxes to give a
<DIV></DIV>&gt;grand total.
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;How in the world do I do this with Javascript?
<DIV></DIV>&gt;
<DIV></DIV>&gt;Are there any resources available anywhere that describe how to do
<DIV></DIV>&gt;something like this?
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;Thanks
<DIV></DIV>&gt;
<DIV></DIV>&gt;Tim
<DIV></DIV>&gt;
<DIV></DIV>&gt;
<DIV></DIV>&gt;_______________________________________________
<DIV></DIV>&gt;Javascript mailing list
<DIV></DIV>&gt;Javascript@LaTech.edu
<DIV></DIV>&gt;https://lists.LaTech.edu/mailman/listinfo/javascript
<DIV></DIV></div></html>