mark2004 Posted February 26, 2009 Posted February 26, 2009 I need to get the object for an Internet_Explorer_Server class into a script so I can manipulate it. There is an app running on my PC with a window with a class="PC Monitor". Inside that window there is a section that is an Internet_Explorer_Server class. Is there a way to get that html portion of the window as an object?? I can't use the standard ObjGet("","InternetExplorer.Application") since the object I want isn't in Internet Explorer. If I can grab the embedded object I can use the standard IE DOM functions to accomplish what I want but I don't know how to get ahold of this object!
Bert Posted February 26, 2009 Posted February 26, 2009 _IEAttach The Vollatran project My blog: http://www.vollysinterestingshit.com/
mark2004 Posted February 26, 2009 Author Posted February 26, 2009 Beautiful!! When I use the "Embedded" mode it works perfectly!! Thank You.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now