take out any html tables that you are using, and then see how the speed
compares.

Jared Clinton.
Maxi Multimedia

> -----Original Message-----
> From: Eli Shechter [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 1 December 2000 6:25
> To: CF-Talk
> Subject: date funcions in netscape
> 
> 
> Hi
> 
> i have created a calendar with date functions,
> 
> examples;
> <CFPARAM NAME="CurrMonth" DEFAULT="#Month(now())#">
> <CFPARAM NAME="CurrDay" DEFAULT="#Day(now())#">
> <CFPARAM NAME="CurrYear" DEFAULT="#Year(now())#">
> #daysInMonth(now())#
> #dayofweek(now())#
> #dayofweekAsString(todayOfWeek)#
> 
> 
> the problem is, that netscape takes a long time to process 
> these functions.
> it works fast in IE though.
> 
> are there any alternative functions i can use?? or any way to 
> speed it up??
> 
> Thank You
> -Eli Shechter-
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to