<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD>
<BODY>
<DIV>
<DIV><FONT face=Arial size=2><SPAN class=133413503-01082003>I have a form that 
uses an onsubmit to validate the data and calculate options selected in the 
form.&nbsp; I need to pass the calculated value back to an INPUT tag's value to 
be sent to a CGI script.&nbsp; I use something similar to f.tag.value = 
calc_value where calc_value is the calculated value my validation/ calculation 
script generates.&nbsp; When the data makes it over to my cgi program, 
the&nbsp;tag value is null.&nbsp;What's 
wrong???&nbsp;</SPAN></FONT></DIV></DIV></BODY></HTML>