Hi. I am trying to create a script in javascript that opens up a new window and then proceeds to manipulate it. However, it will only really work if the window is fully loaded before the script proceeds to run. Can anyone give me the full code to create a new window (something similar to "var newWindow=window.open(...)") and then pause the script until the window is fully loaded?