Posts by Luiz • 41 points
2 posts
-
2
votes3
answers18470
viewsA: Is there any way to close a browser tab with javascript?
I found the same problem and solved using: window.frames.closewindow(); From the little I studied I saw that javascript can only close windows with window.close(), when you open them by javascript…
-
2
votes4
answers24368
viewsA: Close Mozilla, IE, Chrome tab
I found the same problem and solved using: window.frames.closewindow(); This is because I work with a frame-based system, I did not test with another type of system. It’s worth a try.…