I am a web developer building html data entry forms that have a lot of
date input fields (month, date, year) on them. I'd like to have a
"popup" calendar that allows the user to pick the date using a
graphical calendar interface.
For example, the popup would show an entire month of dates and allow
the user to scroll to different months/years, and finally double click
on a date. The popup then closes and the date is returned (probably as
a string) to the parent html page.
Preferrably, 1) the source code for this popup is available, and 2) it
is an Applet written in Java. |
Request for Question Clarification by
secret901-ga
on
16 Feb 2003 16:41 PST
Hi rob1026:
I think I found what you're looking for. It is in Javascript, and
works like this:
In a form where the user is supposed to enter a date, the user can
click on a link, which pops up a small calendar within that page (not
a popup window) so that the user can select a date. After the user
clicks on a date, the calendar disappears and the form is filled with
the selected date. This script works with NS, Mozilla, and IE.
Are you interested in this?
|
Request for Question Clarification by
secret901-ga
on
16 Feb 2003 16:56 PST
Here are some screenshots of the script in action:
http://www.lucidmatrix.com/uploads/Calendar-1.gif
http://www.lucidmatrix.com/uploads/Calendar-2.gif
http://www.lucidmatrix.com/uploads/Calendar-3.gif
Please let me know if it suits your needs,
secret901-ga
|
Request for Question Clarification by
secret901-ga
on
16 Feb 2003 17:00 PST
I also found another Javascript version that pops up a window.
|
Clarification of Question by
rob1026-ga
on
16 Feb 2003 17:44 PST
Yes, this is what I want. Is the entire source code for this
available? (I assume it is since it's in javascript) If you found
multiple versions, I'd like to see them all, please.
Do you know of any Java applet (with source code) that does this same
thing? I'll add a $20 tip if you get a good answer to this.
|