Jump to content

help with select an item in IE dropdown list


Recommended Posts

Hey Dan , here is the info.  Thanks

 

This is my code:  

Local $oIE = _IEAttach("Select the reference")
local $oForm = _IEFormGetObjByName($oIE, "2_form")
Local $oQuery = _IEFormElementGetObjByName($oForm, "menuItem_5")
_IEAction($oQuery, "click")

 

 

This is a sbset of  the HTML:
</style>
</head>
<body class="cambridgeDesign"><div class="top" role="application"><ul class="nav" role="menubar"><li class="dropList downDirection fastSearch" id="menuItem_0" role="menuitem" aria-haspopup="true"><ul class="subMenu" role="menu" aria-haspopup="true" style="left: 7px; right: auto; display: none;" onmouseup="return beforeSubmitReturnUrlForm();" onclick="return submitReturnUrlForm(this,'2_form');"><li class="dropList" id="menuItem_5" role="menuitem"><ul class="subMenu" role="menu" aria-haspopup="true" style="left: auto; right: 190px; display: none;"><li role="menuitem"><a href="/inventory/explore/search.jsp?explorer_mode=enable&amp;object=9093034860013388010&amp;o=6072054679013940840&amp;project=5040558799013664319&amp;class=14002&amp;class=14002"><span>Find IP Address</span></a></li></ul></li></ul></li></ul></div></body>
</html>


 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...