Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

IE listbox object not inside a form?

$
0
0

I'm trying to change the timescale in the listbox at http://www.nasdaq.com/symbol/aa/historical , before downloading the data listed.

 

 

I thought it would be possible to use _IEFormElementOptionselect, but looking at the source of the webpage the object doesn't appear to be in a form (it doesnt appear to be within any <form>, </form> brackets).

 

html code looks like this for the listbox:

HTML         
  1. <div class="historical-wrap">
  2.     <div class="historical-lookup-wrap">
  3.         <b style="display: inline;">Select the Timeframe:</b>
  4.         <select id="ddlTimeFrame" name="ddlTimeFrame" onchange="getQuotes(false)">
  5.             <option value="5d">5 Days</option>
  6.                     <option value="1m">1 Month</option>
  7.                 <option value="3m" selected="selected">3 Months</option>
  8.                         <option value="6m">6 Months</option>
  9.                     <option value="1y">1 Year</option>
  10.                         <option value="18m">18 Months</option>
  11.                     <option value="2y">2 Years</option>
  12.                         <option value="3y">3 Years</option>
  13.                         <option value="4y">4 Years</option>
  14.                         <option value="5y">5 Years</option>
  15.                         <option value="6y">6 Years</option>
  16.                         <option value="7y">7 Years</option>
  17.                         <option value="8y">8 Years</option>
  18.                     <option value="9y">9 Years</option>
  19.                         <option value="10y">10 Years</option>
  20.             </select>
  21.             <p style="margin-bottom: none; display: inline;">
  22.             Get up to 10 years of daily historical stock prices & volumes.</p>
  23.         </div>
  24. </div>

 


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>