[Javascript] Changing INPUT values in forms after submit is pushed

Rick Warren webmaster at bizmaxsoftware.com
Thu Jul 31 22:45:05 CDT 2003


I have a form that uses an onsubmit to validate the data and calculate
options selected in the form.  I need to pass the calculated value back to
an INPUT tag's value to be sent to a CGI script.  I use something similar to
f.tag.value = calc_value where calc_value is the calculated value my
validation/ calculation script generates.  When the data makes it over to my
cgi program, the tag value is null. What's wrong???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20030731/1ebdacba/attachment.htm>


More information about the Javascript mailing list