Quote Originally Posted by gavio
That Do loop doesn't help you much - when Inet is done, it stops "looping".
I think you'll find that's the *point* of the do loop...without it, it'd try to read partial source...that's there to wait until inet's finished then do stuff with the HTML source downloaded...a trick I use often