> If no form variables are passed, then form.fieldnames will not be 
> defined.  IsDefined('form.fieldnames')  = False
> 
> If a checkbox exists in a form and is not checked when the form is 
> processed, then the checkbox variable will not be defined.
> IsDefined('form.CheckboxVariableName')  = False
> 
> As for a textbox with no value entered, the variable will be defined 
> but will have a value of "".
> IsDefined('form.TextboxVariableName')  = True
> TextBoxVariableName = ""



Yeah. Thought so.

Cheers Clint.

-------------------------------------------------------
Rich Wild
Senior Web Designer

-------------------------------------------------------
e-mango.com ltd                      Tel: 01202 587 400
Lansdowne Place                      Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth                   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK                      http://www.e-mango.com
-------------------------------------------------------
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
-------------------------------------------------------


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to