jgg 0 Posted February 23, 2005 (edited) Is it possible to update an ie-frame with for example stock-information on ericsson IN THE BACKGROUND every five seconds? I have done this script, but the ie frame needs to be active to work: $x = 1 Do WinWaitActive("Avanza - Orderläggning - Microsoft Internet Explorer") send ("{BROWSER_REFRESH}") Sleep(5000) Until $x > 2 Is there any command to update an ie-frame in the background? Edited February 23, 2005 by jgg Share this post Link to post Share on other sites
jgg 0 Posted February 23, 2005 please reply in this thread in stead of the poll-thread... Share this post Link to post Share on other sites
SlimShady 1 Posted February 23, 2005 There's no specific command. There are no replies because it's not easy to find a solution. And the Americans are still asleep. Share this post Link to post Share on other sites
jgg 0 Posted February 23, 2005 could someone get a reply..... Share this post Link to post Share on other sites
Helge 3 Posted February 23, 2005 You could try sending "F5" to the window using ControlSend.Good luck ! Share this post Link to post Share on other sites
SlimShady 1 Posted February 23, 2005 It's not the entire window that needs to be refreshed, Helge. An IE-frame is a part of a window. And the most of us know that AutoIt can't communicate with Internet Explorer "privately". It can only read/change the title, hide/minimize,/maximize/restore the window. Share this post Link to post Share on other sites
Helge 3 Posted February 23, 2005 It's not the entire window that needs to be refreshed, Helge.<{POST_SNAPBACK}>Oops, I understand :"> Yes, I do know about the limitations with scripting IE in AutoIt,if that last comment was to me that is.. Share this post Link to post Share on other sites
RocTx 0 Posted February 23, 2005 Wouldn't re-loading the page have the same effect as refreshing all the frames? How about utilizing a "ticker" application? Just some ideas. RocTx Share this post Link to post Share on other sites