Jump to content

Recommended Posts

Posted

Well I've tried to get it done myself but no luck. So:

$oIE = _IE_Example ("100")

$sText = _IEBodyReadText ($oIE)

While $sText=0

$sText = _IEBodyReadText ($oIE)

sleep(3000)

Send("{F5}")

WEnd

What's wrong? The idea is to check until 100 is present, but it doesn't work

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...