Hi,
I'am creating a new window from parent window and I wanna know the status of child window i.e. it is completely loaded in the browser or not?
win = open("http://www.google.com");
how to know the status of win? ie its completely loaded or not?
how to do this?