It is possible to open new window with navigation bar and tabs?

681 Views Asked by At

I try to open a new window in js with this function window.open("myurl", "_blank", "toolbar=yes,location=yes,menubar=yes");

It's work, myurl is in a new window but the nav arrows and the tabs bar are not displayed

Is is a restriction of browsers ? Anyone have a solution ?

Thank you !

0

There are 0 best solutions below