i open url through php in chrome browser like
exec('chrome.exe --app="www.example.com/inex.php?pid=4356546"');
my index.php have some js code it end of js code to close this opened window i call
window.close();
but it give me alert that localhost says [object Object] and OK button
so i was wondering anyway to close this window without any alert , because i will be lunching these windows on server side on my windows server and i want to close them with js