Please help me in reading all the list of values present under my Goal Type drop down present in the Salesforce application:
HTML: <*select id="00N20000002gQI3" name="00N20000002gQI3" tabindex="3">
<option value="">--None--</option>
<option value="Asset Finance">Asset Finance</option>
<option value="Barcap">Barcap</option>
<option value="Barclaycard">Barclaycard</option>
<option value="Barclays Wealth">Barclays Wealth</option>
<option value="BGI">BGI</option>
<option value="Cash Management">Cash Management</option>
<option value="DCM">DCM</option>
<option value="Debt">Debt</option>
<option value="Deposit">Deposit</option>
<option value="ECM">ECM</option>
<option value="ESHLA">ESHLA</option>
<option value="Financial Need Assessment">Financial Need Assessment</option>
<option value="FX">FX</option>
<option value="Generic">Generic</option>
<option value="Individual Relationship">Individual Relationship</option>
<option value="M&A">M&A</option>
<option value="Managing Impairment">Managing Impairment</option>
<option value="Managing RWAs">Managing RWAs</option>
<option value="Marketing">Marketing</option>
<option value="Overall Relationship">Overall Relationship</option>
<option value="RSG">RSG</option>
<option value="Sales Finance">Sales Finance</option>
<option value="Trade">Trade</option><*/select>
Please let me know how can I read all the values present in the drop down...If you can share the code that will be a great help.
Regards, Sambit