in reply to Select drop down list with ieautomation

use the specific code tags for opening and closing tags to embed your code in between , this makes your code easier to read, follow and understand and hence faster to get a response and a reply too...best of luck at PerlMonks...
Excellence is an Endeavor of Persistence. Chance Favors a Prepared Mind

Replies are listed 'Best First'.
Re^2: Select drop down list with ieautomation
by Anonymous Monk on Jul 13, 2009 at 07:05 UTC
    Here is the code of HTML tags of the Webpage:
    <html xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="http:// +web2cad.de/ppowxsl"> The Select list HTML tag: <select onchange="return variantResponse(1, this.selectedIndex, null, +null)" size="1" style="width: 100%;" title="VariantParamList"> <option value="Configure Part" title="Configure Part" text="Configure +Part" selected="true">Configure Part </option> <option value="Enter by Part Number" title="Enter by Part Number" text +="Enter by Part Number">Enter by Part Number </option> </select>
    In this case, how can i use getSelectList method of win32::IEautomation module??