|
|
Q446 How can I close several windows that I opened with window.open?
irt.org | Knowledge Base | JavaScript | Window | Q446 [ previous next ] Q446 How can I close several windows that I opened with window.open?When you open them with window.open use different variables to hold a reference to each window, e.g.:
And then when you want to close them:
|
-- div -->
|