jeffisto
11-25-2003, 09:01 AM
Which javascript can i use to close multiple internet browsers
|
Click to See Complete Forum and Search --> : javascript jeffisto 11-25-2003, 09:01 AM Which javascript can i use to close multiple internet browsers Gollum 11-25-2003, 09:56 AM Well most of them actually, but you will still need the references to the windows (sorry but I've had a few ;) ) If you open a window using window.open() the return value of this function is an object that you can call close() on. If you haven't opened the window, the I'm afraid you can't close() it. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |