WEBCALTAB Name
WEBCALTAB Purpose
Generate HTML table code for a calendar.
Category
Calling Sequence
webcaltab, mon, yr Inputs
mon = optional month number (def=current). in
yr = optional year (def=year giving nearest month). in
Keyword Parameters
Keywords
TITLE=ttl optional calendar title (short, def=none).
CODE=code Returned HTML table code in text array.
LINKS=lnks Text array of Hyperlinks (one per day).
STATUS=stat Text array with status images (one per day).
Intended for small vertical image aligned on left.
BORDER=brd Table border thickness (def=10).
FSIZE=fsz Font size (like 4, +1, ..., def=0).
Outputs
Common Blocks
Notes
Notes: If no year is given a default year will be used.
The default will be selected to give the nearest calendar.
For example: If in Dec a Jan calendar is requested the
default year will be next year. Nov will give current
year.
LINKS and STATUS are arrays with one more element
than days for requested month. Null entries in this array
are ignored. Array index is month day so element 0 not
used.
Modification History
R. Sterner, 1996 May 1
Copyright (C) 1996, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.