Amit Joshi

Amit Joshi

  • 1.2k
  • 122
  • 34.3k

window open not opening popup window

Sep 21 2015 4:08 PM
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.

Answers (3)