You may run into an issue trying to close a created window in FireFox, this javascript usually does the trick on your close link:
window.open(’java script:window.close();’,’_self’,’’);
You may run into an issue trying to close a created window in FireFox, this javascript usually does the trick on your close link:
window.open(’java script:window.close();’,’_self’,’’);