Calendar Popup
[Javascript Toolbox] [Example] [Source] |
Description: This script uses DHTML or Popup windows to display a calendar for the user to select a date. It was designed to look and behave like Microsoft Outlook. It can be implemented in only a few lines of code, yet also provides customization options to make it work correctly in any country's display format, etc. Note: Why are form elements or <SELECT> boxes showing over
top of the DIV-style calendar popup? It's not a bug in the javascript -
it's a bug/feature of browsers. See this explanation by
WebReference. |