- ©«¤l
- 361
- ¥DÃD
- 57
- ºëµØ
- 0
- ¿n¤À
- 426
- ÂI¦W
- 0
- §@·~¨t²Î
- win7
- ³nÅ骩¥»
- 2003,2010
- ¾\ŪÅv
- 20
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-13
- ³Ì«áµn¿ý
- 2022-12-8
|
¦^´_ 2# GBKEE
¦³§ï¤F¡I¦ý«ö¤U¥h®É¡Avba³B·|¤@ª½¥X²{°é°é¡A¦³°ÝÃD¡A½ÐG¤jÀ°¦£- Declare Sub Sleep Lib "kernel32" (ByVal dwMS As Long)
- Sub ex()
- Set iea = CreateObject("internetexplorer.application")
- With iea
- .Visible = True
- .Navigate "http://www.tdcc.com.tw/smWeb/QryStock.jsp"
- Do Until .ReadyState = 4
- DoEvents
- Loop
-
- Set x = iea.document.all.tags("option") '¬d¤U©Ô¿ï³æ
- x(6).Selected = True '¿ï¨ú¸Ó¤l¶µ¥Ø
-
- iea.document.getElementsByName("StockNo")(0).Value = "6456"
- iea.document.getElementsByName("sub")(0).Click '«ö¤U¬d¸ßÁä
-
- Sleep 2000
-
- Do While .Busy Or .ReadyState <> 4 'µ¥Ôºô¶¤U¸ü§¹²¦
- DoEvents
- Application.SendKeys "~", True '«ö ENTER «öÁä ,¹w¨¾ "ÃÒ¨é¥N¸¹"¦³¿ù»~
- Sleep 1000
- Loop
- .Quit
- End With
-
- End Sub
½Æ»s¥N½X |
|