01-22-2014, 04:35 PM
Hi,
I have a function which refreshes a webpage in Internet Explorer using html element. I want it repeating again and again immediately when web page is loaded fully. It might take 0.5 seconds to 1.5 seconds to load page normally.
FUNCTION pagerefresh
int w=wait(30 WV win("Welcome To REALTrans - Internet Explorer" "IEFrame"))
rep
Htm e=htm("U" "New Offers " "" w "1/1/2" 5 0x21 0)
e.Click
Your help would be appreciated.
Thank you.
I have a function which refreshes a webpage in Internet Explorer using html element. I want it repeating again and again immediately when web page is loaded fully. It might take 0.5 seconds to 1.5 seconds to load page normally.
FUNCTION pagerefresh
int w=wait(30 WV win("Welcome To REALTrans - Internet Explorer" "IEFrame"))
rep
Htm e=htm("U" "New Offers " "" w "1/1/2" 5 0x21 0)
e.Click
Your help would be appreciated.
Thank you.