The following code snippet is designed to close the browser tab when the <a>
element is clicked. This works in a desktop browser (Chrome), but not in a mobile browser (Chrome on iPhone). Why?
<a href="javascript:window.open('','_self').close();" title="close this profile">
<img src="images/closetab.png"
style="height:70px;width:70px;position:absolute;right:0;top:0" />
</a>