All Forums >> [Scripting] >> WSH & Client Side VBScript >> a newbie question about IE control Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Currently I am using vbscript to create an IE object and navigate to an html which is located in my local system(navigate to a url like file://xxx.htm). In my html there is only a form named "myform" and there is a submit button. But when I try to access the form via such code: myIE.document.myform.submit The Windows Script Host prompt an error:"object does not support the property or method". Can anyone help me? Thank you.