Saturday, 31 August 2013

chrome is opening window.open() in full window mode.

chrome is opening window.open() in full window mode.

I am trying to open a new window in chrome,my problem is that chrome is
opening new window in full window mode. here is my code:
myWindow=window.open('http://google.com','name','toolbar=1,scrollbars=1,location=1,statusbar=0,menubar=1,resizable=1,width=400,height=200');
it is working fine in mozilla. here is my jsfiddle ex. link:fiddle.
any answer will be recieved greatfully.

No comments:

Post a Comment