PDA

View Full Version : Closing a program or controling window appearance



KBF66
01-24-2002, 05:12 PM
I need to do ONE of either of the following, using scripting:

1) control the size and appearance of the window that is opened by the run command OR
2) close the initial browser window that opens up. (I know how to control the size of a pop-up, using javascript, so I can open up IE to a page that calls a pop-up, but then I need to close the page that called the pop-up in the first place so that only the pop-up remains. I tried using the javascript code "self.close()" but IE displays a confirmation window and I don't want that.)

KBF66
01-24-2002, 11:51 PM
Actually, I figured out how to control the window characteristics, but I still would like to be able to close the window without the confirmation message. No ideas??