新手问题, 用VBS网页填表发生错误~~~
我想用VBS编一个在特定网页填写特定表格的脚本 , 但是运行时发生错误:Object doesn't support this property or method."ie.document.creditsform"
ie是我建的一个对象 Set ie = CreateObject("InternetExplorer.Application")
creditsform这个表格名字我是从那个论坛页面的 form id="creditsform" method="post" 上摘下来的
错误的行代码是:
ie.document.creditsform.password.value = pw
我搜了一下似乎没有这个问题的解决方法, 可能是这问题太初级了~~~~ 也恳请各位大侠不吝赐教~~~~感激万分.....
另外,这个表单的提交有一个 onclick="return confirm(*****)" 的东西, 怎样才能跳过点击确认这一步呢?