I want to set displayvalue of webcombo through javascript.
Here is the actual scenario.
On select index change of webcombo, a pop up will come which has OK and Cancel button. On clickk of Cancel button, I want to go back to parent page and display the previous value which was there in webcombo before select change.
Hi,
You can use combo.setDisplayValue('new value') where "combo" is the javascript object reference to your combo.
I hope this helps.
Best,
Angel