If you mean on the client-side, the answer is "not all the time".  You'd
need some sort of JavaScript code akin to:

<!-- this is off the top of my head -- don't quote me on it -->
<INPUT TYPE="TEXT" NAME="foo"
ONCHANGE="this.value=this.value.toUpperCase();">

Since this requires JavaScript it isn't 100% reliable, tho.  (And that's a
flamewar for another day.)

Server-side you can just use UCase().

<CFSET NewFoo=UCase(Form.foo)>

-R

-----Original Message-----
From: Ray, James A [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 01, 2000 1:41 PM
To: [EMAIL PROTECTED]
Subject: Forcing Upper Case


Is there a way in a <FORM> to force Upper Case while using a <INPUT
type="text">?

Thank you.

Jim Ray





----------------------------------------------------------------------------
--
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.

------------------------------------------------------------------------------
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