Click to See Complete Forum and Search --> : calendar popup
Hello,
I am using this script can any one tell me how to disable past dates so they are not clickable?
http://www.mattkruse.com/javascript/calendarpopup
Thank you,
toad
jalarie
12-03-2002, 02:14 PM
Theirs is Java, mine is JavaScript. Check out the "Needed By" field at the bottom of my "Samples of my work > Order form" page and let me know if you're interested in the code. My site is at:
http://spruce.flint.umich.edu/~jalarie/
gungz
11-22-2007, 04:33 AM
I am using the popup calendar that I got from http://www.mattkruse.com/javascript/calendarpopup (http://www.mattkruse/javascript/calendarpopup)
but I have problem when I used it.
when it clicked, it will called the function:
cal.select(document.forms['nmform'].date1,'anchor1','MM/dd/yyyy'); return false;
My problem is, it doesn't work when I used it on the dynamic path like this :home.php?page=medical/medical_form. It work properly when I called the form like this : medical/medical_form.php.
Please help me...thanks