Window.open with properties using javascript

It is used to open a URL in new window with properties. It is working on all browsers

window.open('http://www.google.com', 'mywindow', 'menubar=1,resizable=1,width=350,height=250');

Comments

Popular posts from this blog

Form State Rule using Ribbon Work bench MSCRM 2013

Connecting Dynamics 365 Web api using external HTML page

Create records using Web api C# in Dynamics 365