LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Browser

Hi,
I have a little Vi which opens a webpage. I am just wondering how to detect that the webpage is fully loaded before my program doing somethinds else ( see attachment)
Thanks
0 Kudos
Message 1 of 4
(2,431 Views)
You can use the ReadyState property and wait in a loop until the READYSTATE_COMPLETE value (4) is reached, as in the attached example.
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
0 Kudos
Message 2 of 4
(2,423 Views)
Thanks Chilly C,
it would be nice if you post it as a screen shot image. I only have LV6.1. I 'll try what you tell anyway.
 
0 Kudos
Message 3 of 4
(2,398 Views)
I got it to work. Thank You Chilly C
0 Kudos
Message 4 of 4
(2,391 Views)