KevinKe Posted November 17, 2012 Posted November 17, 2012 Hi all, I'm new to Autoit. Need some help on the coding. (Before posting I did sure search through the forum, also google a lot but no result) I'm trying to automate input on a web using Autoit. I occur problem when trying to get object from the site. The page structure contain a main page, with an iframe on left side and a MDW (Multiple data window) on the right side. I can get the obj of main page and get the iframe into an obj using IE.au3, but I can't do anything to the MDW part of the side. I googled and found only 1 result about MDW @.@ (no help, that guy post to ask for help too.) It seems that IE.au3 currently not support for that kind of object? That object is called inside main page using this (sorry I have to censore some parts): <script language='javascript'>mdw.OpenWindow('ShFlt','http://xxx.aspx','ABCDXYZ',null,'');</script> This MDW object display like an iframe in mainpage, but it can be changed/closed (no change to other part of page). Data inside this MDW can be drag & drop to the iframe on the left...etc
KevinKe Posted November 17, 2012 Author Posted November 17, 2012 Sorry, forgot to add: Checked these function: _IEAttach _IEFormGetObjByName _IEFrameGetObjByName _IEGetObjByName So, anyone have any ideas? Greatly appreciate any comments.
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