Going to external html then advancing to

The monitor is posted several places on the forum. Might want to search for "monitor".Here is another explanation. Someday when I have more time I will expand on what is out there.Essentially it consists of a transparent text box and three actions. When a page is loaded, it runs all the actions ONE time. Then it just sits there. What you need is something that runs over and over again to check the status of a variable that is changed in another window. So you have three actions on the hidden text box:1. On Show: Hide self.2. On Hide: Show self3. On Hide: Some action like close a window or go to some page, Condition: A variable that was changed in the popup window has a specified value.So this make the box show, hide, show, hide until the action variable has that value.The delay should be more like .1 sec. You need it so that the process does not suck up all your cpu cycles.To make this run, you just need one action that shows the text box. When I code one of these, I give the text box a background color during development and I put .1sec on both hide and show - then I can see it flash and I am sure it is working.If this is still a blur, please post specific questions.Suggestion: Get this to work in a title that has only the monitor and the popup window.

Discussions have been disabled for this post