DatePicker OnChange Javascript
566601Aug 23 2007 — edited Aug 23 2007Hey,
I have read a few posts now that indicate at APEX 3.0 the DatePicker will trigger the onChange event for the Text Element that it populates. I have placed my code in HTML Form Element and cannot get it to run when selecting a date. Currently the code in the HTML Form Element is:
onchange="htmldb_item_change(this);"
I would like to run the following after the same event to populate another date field based on the selected date:
javascript:SetAbsoluteDate(this.value, 'P17_ABSOLUTE_DATE');
This must be something simple that I am overlooking,
Mike