CFFORM Validate and/or TextArea Validate

2001-04-16 Thread Mcmeartya

First I'm sorry if this has been covered in past ... which I'm sure it has. But I'd 
appreciate a little help or a push in the right direction.

I've got a CFForm with CFInputs and a Textarea object. I'm letting CF handle 
validation for CF objects and I need to validate the textarea ... client side.

Now, it appears that when I add an OnSubmit to the CFForm it gets dropped ... and 
overwritten with the validate call used for CF objects.

Is there a way to call a Validate function using CF if validation is active?

Or I can use the OnValidate function of one of the CFInput objects to validate ... 
which works fine except if the validation fails, the Message from the CFInput box is 
returned. Is there a way to turn this message off or at least a way to change what the 
Message text is?

Thanks in advance for any direction,
Allison

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



HEl

2001-04-16 Thread Mcmeartya



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



HElp

2001-04-16 Thread Mcmeartya



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Hosting recommendations

2001-04-06 Thread Mcmeartya

Two things to consider before picking ATSWEBNET:

Bandwidth
Reliability 

It might just be me, but it seems they are down more than the average ISP.

Good luck,
Allison McMearty


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cross browser Intrinsic Controls

2001-04-02 Thread Mcmeartya

OK ... what a pain in the butt!

How does one deal with the different physical size rendered for textboxes by 
Netscape and IE? The physical size for a textbox with a "size" attribute of 
20 in Netscape is huge compared to IE. What gives?

I'm working around this by using a "size" attribute that is Netscape 
physically sized and also including a "style" parameter  overriding the 
"size" in IE with precise sizing info. Appears to work for IE 5 and Netscape 
4.6 ... but will it work in all browsers?



Is there some other easier way of dealing with this?

Thanks for any info,
Allison McMearty




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists