Hiba Posted November 1, 2007 Posted November 1, 2007 Dear All,I have the following scenario:I have a web application that should copy some input data from a different application , so my solution was as follows : Open the browser Do some processing on the web pageCall AutoIt to read the web page dom 's elementinput the values of the dom elements to my other applicationget the results then populate them again into my web pagethe problem is how can AutoIt read the web page i.e. I can't use:$oIE = _IECreate ("http://www.google.com")$oInputs = _IETagNameGetCollection ($oIE, "input")cause the page is already open not using AutoIt???!
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