Thanks.

John McKown, VP Business Services
Delaware.Net, Inc.
30 Old Rudnick Lane, Suite 200 Dover, DE 19901
email: [EMAIL PROTECTED] 
phone: 302-736-5515
fax: 302-736-5945
icq: 1495432



> -----Original Message-----
> From: Dave Hannum [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 26, 2000 8:54 AM
> To: CF-Talk
> Subject: Re: Capitalize First Letter of Each Word
> 
> 
> Duh - Brain Fart - sorry - I DIDN'T read your whole question.  
> This will do
> only a couple of words effeciently.
> 
> Dave (egg on face)
> 
> ----- Original Message -----
> From: "Dave Hannum" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, October 26, 2000 8:47 AM
> Subject: Re: Capitalize First Letter of Each Word
> 
> 
> <CFSET First_Name = "dave">
> <CFSET Last_Name = "hannum">
> <CFSET First = #LCase(First_Name)#>
> <CFSET FirstName = "#UCase(left(First, 1))##mid(First, 2, 
> len(First) - 1)#">
> <CFSET Last = #LCase(Last_Name)#>
> <CFSET LastName = "#UCase(left(Last, 1))##mid(Last, 2, len(Last) - 1)#">
> 
> <CFOUTPUT>#FirstName# #LastName#</CFOUTPUT>
> 
> =================================
> "What we need is a list of specific unknown problems we will encounter"
> 
> David Hannum
> Web Analyst/Programmer
> Ohio University
> [EMAIL PROTECTED]
> (740) 597-2524
> 
> 
> 
> ----- Original Message -----
> From: "John McKown" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, October 26, 2000 8:35 AM
> Subject: Capitalize First Letter of Each Word
> 
> 
> Can someone share a script that will capitalize the
> first letter of every word entered into a form field?
> 
> John McKown, VP Business Services
> Delaware.Net, Inc.
> 30 Old Rudnick Lane, Suite 200 Dover, DE 19901
> email: [EMAIL PROTECTED]
> phone: 302-736-5515
> fax: 302-736-5945
> icq: 1495432
> 
> 
> 
> ------------------------------------------------------------------
> ----------
> --------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists 
> or send a
> message with 'unsubscribe' in the body to 
> [EMAIL PROTECTED]
> 
> ------------------------------------------------------------------
> ----------
> --------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists 
> or send a
> message with 'unsubscribe' in the body to 
> [EMAIL PROTECTED]
> 
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists 
> or send a message with 'unsubscribe' in the body to 
> [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to