Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DatePicker OnChange Javascript

566601Aug 23 2007 — edited Aug 23 2007
Hey,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2007
Added on Aug 23 2007
3 comments
1,033 views