Re: Another CFGrid Problem

2001-10-01 Thread Mr. Dasher Egger
when this started. WinNT and WIN2000, but it happoens now with win98, all with IE6. Any other ideas? Thanks, Dasher At 04:44 PM 9/28/01 -0500, you wrote: Hi Costas, Thanks for your response. Can you give me the URL for the JRE you installed? Maybe it is possible that I downloaded the wrong one

Netscape / CF4.0 / Apache / CFLOCATION

2001-07-26 Thread Dasher
to cflocate to in the first place. Does anyone have a soultion for this? Thanks, -- Dasher [EMAIL PROTECTED] http://www.bentmedia.com/ Bent Media, Inc. 128 South Clark Street New Orleans, LA 70119-6103 Phone - 504.488.2848 x19 Fax - 504.488.2979

Browser Sniffing and Serving StyleSheets

2001-07-25 Thread Dasher
I need to sniff the operating system (Mac or PC) and browser (Netscape or IE) type using Cold Fusion, then serve that particular configuration a particular StyleSheet based on that info. Does anyone have a solution or know where I could look for this information? Thanks! -- Dasher [EMAIL

Re: CFmail Error

2001-07-24 Thread Dasher
Is your disk full? - Original Message - From: Foggy, Doreen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 11:16 AM Subject: HELP: CFmail Error Does anyone know what this error means? Error Occurred While Processing Request Error Diagnostic Information

Making A Local Copy of a CF site...

2001-07-24 Thread Dasher
I need to find some way to step through a Cold Fusion site I have, process the CFM pages, and then save the result into a seperate folder so I don't need CF to navigate it anymore. Any ideas? -- Dasher [EMAIL PROTECTED] http://www.bentmedia.com/ Bent Media, Inc. 128 South Clark Street New

Re: date field

2001-07-24 Thread Dasher
cfoutput !-- Check to see if the field has a number in it (meaning it is a date) -- cfif VAL(your_field) NEQ 0 !-- If not, just output the words -- #your_field# cfelse !-- If it does have a number, do the dateformat -- #DateFormat(your_field,mm/dd/yyy)# /cfif - Original Message - From:

Re: date field

2001-07-24 Thread Dasher
Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 24, 2001 3:34 PM Subject: RE: date field This works except when the field is empty any help on that one? Joshua Tipton -Original Message- From: Dasher [mailto:[EMAIL PROTECTED

Replace CR/LF with br using Cold Fusion

2001-07-23 Thread Dasher
Is there an easy way to replace CR or LF with br using Cold Fusion so that the texarea input from my users looks exactly like what they typed in? Thanks! -- Dasher [EMAIL PROTECTED] http://www.bentmedia.com/ Bent Media, Inc. 128 South Clark Street New Orleans, LA 70119-6103 Phone - 504.488.2848

Stripping HTML code from a text area

2001-07-23 Thread Dasher
How would you strip HTML code from a textarea? ex. input = Hi, table This is some html ouptut = Hi, This is some Thanks! -- Dasher [EMAIL PROTECTED] http://www.bentmedia.com/ Bent Media, Inc. 128 South Clark Street New Orleans, LA 70119-6103 Phone - 504.488.2848 x19 Fax - 504.488.2979

Re: Replace CR/LF with br using Cold Fusion

2001-07-23 Thread Dasher
that, it is at www.cflib.org. --- Ben -Original Message- From: Dasher [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 10:50 AM To: CF-Talk Subject: Replace CR/LF with br using Cold Fusion Is there an easy way to replace CR or LF with br using Cold Fusion so that the texarea

Verity does not look at META tags, right?

2001-07-17 Thread Dasher
, Dasher -- Dasher [EMAIL PROTECTED] http://www.bentmedia.com/ Bent Media, Inc. 128 South Clark Street New Orleans, LA 70119-6103 Phone - 504.488.2848 x19 Fax - 504.488.2979 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

Verity and META Tags

2001-07-16 Thread Dasher
Does anyone know how Verity can be given text to include in its index that is NOT displayed on the screen? ie. META tags? My experiments suggest that Verity does not include meta tags, or anything else that is not displayed on the screen. Hidden text is not an option Thanks, Dasher

Verity and META tags...

2001-07-06 Thread Dasher
of any kind... Thanks! -- Dasher [EMAIL PROTECTED] http://www.bentmedia.com/ Bent Media, Inc. 128 South Clark Street New Orleans, LA 70119-6103 Phone - 504.488.2848 x19 Fax - 504.488.2979 ~~ Structure your ColdFusion code with Fusebox. Get

Re: cfmail preformatting

2001-07-06 Thread Dasher
... - Dasher - Original Message - From: Darren Daniel [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 06, 2001 9:34 AM Subject: cfmail preformatting I have a problem formatting the contents within the body of cfmail. When I try and output data using cfif statements

META tags and VERITY searches

2001-07-06 Thread Dasher
it read META tags? My experiments suggest the only thing Verity looks at when indexing is actual text on the the HTML page, no META tags of any kind... Thanks! -- Dasher [EMAIL PROTECTED] http://www.bentmedia.com/ Bent Media, Inc. 128 South Clark Street New Orleans, LA 70119-6103 Phone

Email this page to a friend....

2001-06-08 Thread Dasher
What's the best way to set up an Email This Page To A Friend using Cold Fusion? I need to get input like name_of_friend and your_name and plug it in to the emailed page... Thanks, Dasher ~~ Structure your ColdFusion code with Fusebox. Get