Halfdan
Junior Member
Posts: 3
Registered: 4/11/2008
Location: Alabama USA
Member Is Offline
|
| posted on 4/14/2008 at 06:30 PM |
|
|
How to click field to invoke popup calendar?
I know this is possible, and maybe I am missing something, but can anyone tell me how to invoke the calendar by just clicking in the form field?
Right now, some viewers are simply typing the date into the field, and not clicking on the calendar image to invoke the popup calendar. I'd like to
make it so that when they click in the form field to type in a date, it automatically invokes the popup calendar.
Any simple ideas? (I am using the popup calendar in a php doc if that matters any, and I am not a php guru!)
Thanks!
|
|
|
luxphp
Newbie
Posts: 1
Registered: 11/14/2008
Location: Luxembourg
Member Is Offline
|
| posted on 11/14/2008 at 03:49 PM |
|
|
part of solution
While implementing, I stumbled over the same problem wanting to 'force' people to use the calendar.
I added readonly="1" to the entry-field in my script, thus evitating other entries then those of calendar.
You also may give this field a different color with style="background-color:#C0C0C0;" to tell people about the specific tool to enter dates.
Best regards.
Jos
|
|
|