,

2004-09-28から1日間の記事一覧

IE自動入力

Set WShell = WScript.CreateObject("WScript.Shell") Set IE = WScript.CreateObject("InternetExplorer.Application") Const URL = "http://www.basicauth.com" IE.navigate2 URL IE.Visible = True Do While WShell.AppActivate("some title") = false '…