Ask a Question related to Macromedia ColdFusion, Design and Development.
-
timrande #1
Element is undefined
I get the message Form Element TXTSEARCH is undefined with this code:
<cfset Session.Description = #Form.txtSearch#>
I have a textbox called txtSearch that i use for input.
any thoughts?
thanks, tim
timrande Guest
-
Element DS is undefined in APPLICATION.
Hi Everyone - Finally got to the upload stage. uploaded to my host - mx7 ok. www.healthhokkaido.com I get this Element DS is undefined in... -
Undefined element in form - Please Help
I keep on getting a message displayed stating that I have an undefined element in a form - I have checked and everything looks OK - did a <cfdump>... -
Undefined element in form
I keep on getting a message - Element STARTTIME_HOUR is undefined in FORM ??? I have checked everything that I can think of and can see... -
Element (.....) is undefined in FORM
I am getting this error message after I submit a form (parts request):Error Occurred While Processing Request Element LIPSEALS4044 is undefined in... -
Element <VARIABLE> is undefined in URL
Hi All, I can't seem to remember how to stop the error "Element DOCTYPE is undefined in URL". I am using the following code but I can't solve... -
N7DLS #2
Re: Element is undefined
The #'s aren't required in that instance unless you enclose it in quotes:
Either:
<cfset Session.Description = Form.txtSearch>
or
<cfset Session.Description = "#Form.txtSearch#">
Dan
N7DLS Guest
-
timrande #3
Re: Element is undefined
thank you for you input Dan,
I've tried both of those suggestions and still get the same error.
actually i phrased the error message wrong a little. Actually It is: "Element
TXTSEARCH is undefined in Form"
maybe this is an IE error? im using ver 6.0.2900.2180 SP2
timrande Guest
-
N7DLS #4
Re: Element is undefined
Why don't you post your form code and the code that receives the form inputs so we can see what's going on?
Dan
N7DLS Guest
-
timrande #5
Re: Element is undefined
thanks for your help....found i was missing the cfparam take to define the element..
timrande Guest
-
Unregistered #6
Re: Element is undefined
hi,
I've received the same error as the OP and was wondering if someone could elaborate on the solution mentioned above
thanksUnregistered Guest



Reply With Quote

