I have this code :
<a href="/upload/photo/" onclick="window.open(this.href, 'windowName', 'width=500, height=200, left=200, top=200, location=0'); return false;">
How to modify it so that it opens new window without address bar (in all browsers)?