From: aamirghanchi on
Hi,

one of the pcs is constantly getting this error message
"Element FUND is undefined in FORM"

The form field in the submitting page is hard coded.

<input type="hidden" name="Fund" id="Fund" value="CAP">
The error occurs in the action page on the line

<cfset TableName="tbl" & #Form.Fund#>

It was initially being submitted through javascript , so I took that
also out and now am submitting it directly through the input
type=submit button, hence no client side script.
The most baffling thing is its happening on one pc only. Does any one
has a clue?

Thanks in advance.

 | 
Pages: 1
Prev: CFDUMP
Next: cfselect in flash cfform not updating