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!

Execute When Page Loads

709156Jun 22 2011 — edited Jun 23 2011
Hello,

I am trying to follow how to do multiple values from popup lov using the following
http://apex.oracle.com/pls/otn/f?p=56976:13:2328875764224889::NO

In step 2 it is mentioned that
In the page definition, add the following into the Execute when Page Loads setting:
$(document).ready(function() {
$("#P13_EMPNO").bind("change", function()
{
 getEmployeeInfo($("#P13_EMPNO_HIDDENVALUE").val());
});
});
Where exactly I need to add the above code, I am not sure where is Execute when Page Loads.
Could someone kindly provide some insight?

Any help is highly appreciated.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2011
Added on Jun 22 2011
7 comments
3,441 views