Set value of select list with javascript
481088Mar 8 2007 — edited Mar 10 2007Hello,
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