Field Calculation

1

116

I have attempted to get the value of one field (in a databases
resultssection) and have it add '1' to the value to enter in a form field
onload. Can someone tell me what I am missing:

<script type="text/javascript">
function son()
{
with (document.FrontPage_Form1)
{ SON_SON.value = +MaxOfShop_Order.value + +"1";
}
/* Note the extra + operators. */
}
</script>


Thanks
David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top