- 256 名前:デフォルトの名無しさん mailto:sage [2010/06/20(日) 20:36:09 ]
- >>255
自己解決した と思ったら次の問題が発生した <form action="..." method="post" > <input type="text" name="text"> <input type="submit" name="exec" value="test"> のフォームをVBSで操作したいんだが objIE.Document.Forms(0).test.value = test objIE.Document.Forms(0).exec.click だとエラーになる objIE.Document.Forms(0).test.value = test objIE.Document.Forms(0).exec.click objIE.Document.Forms(0).Action="./_msg_post" objIE.Document.Forms(0).Method="POST" objIE.Document.Forms(0).Submit でも同じようにエラーになるんだけどなぜ?
|

|