Hello friends,
i have button to close form tab but its working some time but some times issue is coming.. error is:
"Scripts may only close the windows that where opened by them"
any idea to close current tab using MVC controller method? pleas ehelp
$("#closetab").click(function () {
window.top.close();
});