CloseWindow
CloseWindow
- Started
- Last post
- 4 Responses
- tactikal2
what's the universal close window script. I'm currently using "javascript:close.window();" it is attempting to close a window that has a frameset. It works on safari... not on IE. Where am I going wrong... can somebody suggest to me the best, and most universal way of closing a window.
Thanks, and sorry for the inneptitude.
- blaw0
javascript:window.close()
- tactikal20
yeah... that's what I've got but it isn't working cross-platform / cross browser.
- ********0
_top
- blaw0
looked like you had it backwards (close.window vs. window.close).
perhaps window.parent.close.