well, maybe because it is still calling the navigate site and it will not let it load properly (just a guess)
2009/7/15 PePiCK <[email protected]> > > Hi all, > > First off all, sorry for my english. > > I try to view 10 web pages of my website and do some work. > > For x as int=1 to 10 > webbrowser.navigate(new > uri(string.format("http://mywebsite.php?page=<http://mywebsite.php/?page=> > {0}",x.tostring()) > dosomework() > next x > > > Webbrowser.navigate work if i put them in a sub without any other > code. > But if i put any code after, or in loop, it's doesn't work. > > Someone can explain me ? >
