10-15-2008, 05:00 AM
this is a rough example just using the pages 1 of 1 on the post, you will have to rewrite it for the html you are using!
top
Htm el=htm("STRONG" "" "" win("Windows Internet Explorer" "IEFrame") 0 4 0x21)
str s=el.Text
if s < 1
,key V
,goto top
else
,0.2
,goto top
just goto the windows controls on the qm toolbar, then html element actions, then get text, then you can replace line 2 and 3 of my code!
what this is doing is getting the amount of a html number and compairing it to another number, if the amount drops below 1, then if I read your post right you use the spacebar to reload, it will reload for you, if the amount is more than 1 it will keep cycling every o,2 seconds till the amount is less than 1!
oh besure to use a macro so you can stop it!
hope this helps
top
Htm el=htm("STRONG" "" "" win("Windows Internet Explorer" "IEFrame") 0 4 0x21)
str s=el.Text
if s < 1
,key V
,goto top
else
,0.2
,goto top
just goto the windows controls on the qm toolbar, then html element actions, then get text, then you can replace line 2 and 3 of my code!
what this is doing is getting the amount of a html number and compairing it to another number, if the amount drops below 1, then if I read your post right you use the spacebar to reload, it will reload for you, if the amount is more than 1 it will keep cycling every o,2 seconds till the amount is less than 1!
oh besure to use a macro so you can stop it!
hope this helps