<CF_CALENDAR>
Click Here to open the calendar
Click Here to open the calendar
  Creates an Input field inside a form With a pop-up Calendar
  USAGE
<cf_calendar form="MyForm" name="MyDate" CalendarDir="/cf/CalendarFiles" VALUE="" >

  ATTRIBUTES

ATTRIBUTE DESCRIPTION
NAME [REQUIRED] Name of input field
FORM [REQUIRED] Name of form the input field is in
CALENDARDIR [REQUIRED*] Location of button images & calendarwin.cfm
* will work without it , only it will receive images & Files from http://www.shlomygantz.com/coldfusion/customtags/cf_calendar/images
which could take some time
SIZE [OPTIONAL] Size of input field (default = 5)
VALUE [OPTIONAL] Initial value of input field (default = Current Date)
HTML [OPTIONAL] YES/NO - HTML Version (Default = No)
FORMAT [OPTIONAL] A cfml DateFormat (default = mm/dd/yyyy)

  COMPATIBILITY
Netscape 3.* , 4.*
Explorer 4.*
  BUGS / FEATURE REQUESTS
shlomygantz@hotmail.com
  EXAMPLE
http://www.shlomygantz.com/coldfusion/customtags
  INSTALLATION
Place the file calendar.cfm in your CFUSION\CUSTOM TAGS directory
Place the calendarwin.cfm & images directory in any directory under your HTTP root
  VTM INSTALLATION
Installing VTM (Allaire)
  GRAPHIC ARTIST
Nir Gavish ( Tantalum )
  SPELLING
Doron Habshush( Kongo )
  VERSION 1.1
01/01/99 - Changed to prevent from repeating javascript code.