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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Set value of select list with javascript

481088Mar 8 2007 — edited Mar 10 2007
Hello,

I have a problem with setting the value of a select list with javascript.

I searched the forum and I know Carl`s example at:
http://htmldb.oracle.com/pls/otn/f?p=11933:37:301475927288567

But I think that is not the solution for me...

I have already an on-demand process with retrieves the new value of the select list, but i do not know how to pass the new value to the select list.

I tried: html_GetElement('P151_KONTOTYP').value=gReturn;
and:
document.getElementById('P151_KONTOTYP').value=gReturn;

but nothing works!

Can anyone help me out?

Thank you,
Tim

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 7 2007
Added on Mar 8 2007
15 comments
2,314 views