Board logo

標題: 請問櫃買中心個股年成交資訊的查詢?查詢鈕消失了! [打印本頁]

作者: linch    時間: 2014-1-17 01:06     標題: 請問櫃買中心個股年成交資訊的查詢?查詢鈕消失了!

請教各位大大~
之前小弟是用櫃買中心這個網址下載資訊,http://www.gretai.org.tw/ch/stock/statistics/monthly/st42.php,
先自動在input_stock_code欄位輪流輸入要查的股票代號,之後再利用getElementsByTagName("input") 按下按鍵進行查詢
但是櫃買中心改版後查詢鈕消失了,所以原先的寫法無法再叫出下一檔個股的資訊~
輸完股票代號後還要用左鍵點選代號欄位,再按下enter才會跑出下一檔個股的資訊
請問該如何修改呢?
可以麻煩幫小弟看一下嗎~
謝謝^^

            myURL = "http://www.gretai.org.tw/ch/stock/statistics/monthly/st42.php"
            myDOC1.Location.Replace myURL
            myDOC1 = myIE1.Document
            While .Busy Or .ReadyState <> READYSTATE_COMPLETE
            Wend
            myDOC1.all.Item("input_stock_code").Value = Code                           
            Dim Inputs, theBtn
            Set Inputs = myDOC1.getElementsByTagName("input")                           
            Set theBtn = Inputs(Inputs.Length - 2)
            theBtn.Click
作者: GBKEE    時間: 2014-1-17 07:23

本帖最後由 GBKEE 於 2014-1-17 07:25 編輯

回復 1# linch
有問題請先搜尋 //www.gretai.org.tw/ch/stock/statistics/monthly/st42.php  再發問!     這裡有解答
作者: linch    時間: 2014-1-17 21:49

回復 2# GBKEE

謝謝GBKEE版大的回覆~~~輸入的問題解決了!!
謝謝^^




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)