indieaz
Newbie
Posts: 1
Registered: 12/2/2007
Location: Tucson, AZ
Member Is Offline
|
| posted on 12/2/2007 at 11:37 PM |
|
|
Using onchange event to update page?
I'm trying to figure out a way to have the calendar trigger an "onchange" javascript event when a date is selected. Applying an onchange value to
the input field the calendar updates doesn't seem to do anything. It works fine when i manually type something in the date field, so i know my
function is working. For example:
<input id="date" name="date" type="text" size="10 onchange="refreshTable()">
The "refreshTable()" function launches normally when i manually type in the date field, but using the popup calendar it does not. Any ideas?
|
|
|
|