I am using window.open on link with Height and width properties. It works properly with other browsers but in chrome it seems it's not considering height and width.
<a id="rptLinks1_ctl00_hLink" class="link_rt_nav" onclick="javascript:window.open('URL', 'abc', 'innerheight=500,width=500,location=1,toolbar=1,status=1,menubar=1,scrollbars=yes');">Accumulator Setup</a>
This works in IE,Firefox but not in chrome.