jgg Posted February 23, 2005 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
jgg Posted February 23, 2005 Author Posted February 23, 2005 please reply in this thread in stead of the poll-thread...
SlimShady Posted February 23, 2005 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.
Helge Posted February 23, 2005 Posted February 23, 2005 You could try sending "F5" to the window using ControlSend.Good luck !
SlimShady Posted February 23, 2005 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.
Helge Posted February 23, 2005 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..
RocTx Posted February 23, 2005 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
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