Leeman 0 Posted September 8, 2007 Hello, I created a small script that copies values from one page (tab) in Firefox and then I click on a new page (tab) and it pastes the values into fields. The last version of AutoIT (I made no changes to the my script) always kept the array display window with the values on top while i clicked between tabs, then I pressed "Close" on the display window, it would paste in the values on the new page and the display window would disappear , no problem.. Now, when I had the current version of AutoIT when I click on the second tab (to paste the values in) , the display window no longer stays on top , so each time I have to go to the task bar, click on the display window and then press close. My question is:...... Is there anything I can do to keep the display window on top while I change to the second tab in firefox. Cheers Lee Share this post Link to post Share on other sites
Generator 0 Posted September 8, 2007 WinSetOnTop()..? Share this post Link to post Share on other sites