Jump to content

Problem getting control MDW obj in IE


KevinKe
 Share

Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...