You need to sign in to do that
Don't have an account?

How to close firefox current parent tab on clicking commandbutton using javascript
Unable to close firefox current tab using javascript
using Window.top.close(), workinginchrome and IE not in firefox.
Is there way to close tab in forefox usingjavascript?
<apex:commandButton onClick="window.top.close();" value="Cancel"/>
using Window.top.close(), workinginchrome and IE not in firefox.
Is there way to close tab in forefox usingjavascript?
<apex:commandButton onClick="window.top.close();" value="Cancel"/>
https://developer.mozilla.org/en-US/docs/Web/API/Window/close