Cut & Paste Dynamic Date Selector
|
Description: A visually attractive dynamic date selector for form input fields. When the user clicks on a input field, the calendar will pop to let the user easily select a date value to enter. Script tested and works on Firefox, Internet Explorer, Netscape, Opera.
Example:
Step 1: Insert the below code to the HEAD section of your page:
Step 2: Insert the below sample form, which shows how to integrate the pop up calendar into an input field:
As you can see, the modified input field looks like this:
<input onclick="ds_sh(this);" style="cursor: text" />
JavaScript Tools:
Site Info