My bad. Was doing client development when I answered your post and had some
of their code in in. Use this one:
<html>
<!--
Author: John Cello
Company: John Cello Consulting
URL:
www.johncelloconsulting.com
E-Mail:
[email protected]
Phone: (864) 224-6113
City & State: Anderson, SC
-->
<head>
<meta http-equiv="Content-Language" content="en-us">
</head>
<body>
<form action="--WEBBOT-SELF--" method="POST">
<!--webbot bot="SaveResults" U-File="../../_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p>Qty1<input type="text" name="Qty1" size="20"></p>
<p>Doz1<input type="text" name="Doz1" size="20"></p>
<p>Retail1<input type="text" name="Retail1" size="20"></p>
<p>DozPrice1<input type="text" name="DozPrice1" size="20"></p>
<p>Total<input type="text" name="Total" size="20"></p>
<p><INPUT TYPE="BUTTON" VALUE="Try Me" onClick="this.form.Total.value =
((this.form.Qty1.value - 0) * (this.form.Retail1.value - 0) +
(this.form.Doz1.value - 0) * (this.form.DozPrice1.value - 0))"></p>
<p> </p>
</form>
</body>
</html>