Opening a new window using window.open in Microsoft Edge isn't working -
when using window.open below given code, there issue in closing window, minimizing window, , maximizing window.
window.open(url, '_blank', "height=" + winh + ",width=" + winw + ",fullscreen=yes");
after pressing win+d
(minimizing windows), , opening new window, above mentioned buttons (minimize, maximize, close) working.
on build 10162, got working here on jsfiddle http://jsfiddle.net/ramisarieddine/wu09fh1d/
window.open("http://dev.modern.ie/community/","_blank","height=500,width=500,scrollbars=yes,location=yes");
you can see window opening height 500, width 300 scroll bar, mini-maximize , close button. check screenshot below.
Comments
Post a Comment