programmher
Programmer
I am embedding some VB script in one of my CF forms. The script performs a calculation. I need the result of the calculation to display the results of the calculation.<br><br>It keeps erroring on the line of code that references the CF form.<br><br>The VB script syntax is:<br>variable = document.frmName.variable.value<br><br>I have tried variations of this to no avail. Has anyone embedded VB Script within their CF forms?<br><br>