Hi all!
Spent the past few days reading the forums and playin' around with autoit. Great tool
Right now, I'm not quite sure if autoit/autoitx can accomplish what I'm trying to do.
I know, that I can start an IE instance, navigate, fill out forms and submit them. From what I've read so far I think it is possible, too, to attach to an already started IE instance. So an autoit script is able to navigate to some url, log me in, do some action, e.g. start a search.
Now here comes the point:
I'd like to do just this, simulating a user on a website doing some stuff. But I'd like to trigger this action from another website.
Background: We develop an intranet web-based software. There are other web based applications on the network, and our users also use those applications. Usually they do some research using our application, and then, switch browser windows, and start a search in another application with the results just obtained.
Let's call our main web-app App-A and another web application App-B.
Now user logs in into App-A, triggers a search. Now I'd like to have a button on the website saying "locate this search result in App-B". When the user clicks on it, autoit does some kind of alt-tab to another IE instance (where App-B is be already opened and user logged in), fill out a search form of App-B and submit.
To sum up, we try to provide a "jump to another web-app and do some stuff"-function on our website.
I suceeded in using an example I've found on the forums, where an activex control just opens a tool tip... Dunno if this is the way to go.
Any suggestions?
thanks in advance,
scope