I mean if the web page is currently open in the browser (it won't be open at first)....... Thats what I will keep checking for in my loop...just can't figure out a good way to do this.

EX. of what I'm doing...

Code:
 
While $form.visible
$=Execute($form.doevents(1))
WebPageLoaded(www.mywebpage.com)
Sleep 10
?
?
? "Just Checked For it"
Loop
Quit 1




Not much of a script without the WebPageLoaded() UDF though