Im trying to close a child window with javascript and in firefox everything works fine but in chrome the window doesnt close
here is what im using
$(
I know this question is old, but I ran into the same problem. This worked for me:
window.open('', '_self', ''); //bug fix window.close();