DHTML COMBO

hi



how to set defalut value in th gtmlcombo when page is load



plz advice



Thanks & Regards

siva

If you loading list of values from XML you can use “selected” attribute

<?xml version="1.0" ?>

   one
   two

when initializing from existing select - native selected value used
when adding options by javascript, selected one can be set by  
    combo.setComboValue(value);