|
テーマ:株式投資日記(20488)
カテゴリ:カテゴリ未分類
API使えなくなるので、こいつが必要になってしまった
objIE0.document.body.innerhtmlのオブジェクトなしのエラーを無視するようにしました 先頭1行取引暗証番号の代入文にしてください 以下ソースです pinCode="" '取引暗証番号の代入文にしてください Dim objIE0 'ルートのオブジェクト、操作コードではこの名称を使用します Set xShell = CreateObject("Shell.Application") win_s = False For Each Window In xShell.Windows '対象URLが表示されているか? If TypeName(Window.Document) = "HTMLDocument" Then if instr(Window.Document.url,"https://kabu.click-sec.com")>0 then Set objIE0 = Window '対象URLが表示→その画面を使う win_s=true exit for end if end if next qq=false do on error resume next do if instr(objIE0.document.body.innerhtml,"<INPUT class=password id=pinCode")>0 then if err.description<>"" then ' if MsgBox(err.description, VbOKCancel, "WS")=vbCancel Then ' qq=true exit do ' end if end if objIE0.document.all.pinCode.value=pinCode ' password index=7 end if wscript.sleep(500) loop err.clear if qq=true then exit do loop お気に入りの記事を「いいね!」で応援しよう
最終更新日
2009.02.14 10:25:16
コメント(0) | コメントを書く |