Hi
I'm having trouble selecting an item in a combobox using Javascript.
cboAddrCountry.findItemByText('Australia').select();
It seems to find the text okay, however the select() throws back 'undefined' and as such it always points to index zero.
Is there something I'm doing wrong?
Kind regards
Mark Eaton
I'm having trouble selecting an item in a combobox using Javascript.
cboAddrCountry.findItemByText('Australia').select();
It seems to find the text okay, however the select() throws back 'undefined' and as such it always points to index zero.
Is there something I'm doing wrong?
Kind regards
Mark Eaton