I'm launching a new window with the navigation bar but here it's loading without navigation bar or arrow.
Would anyone know how to load the new window with the navigation arrow?
window.open("https://www.google.com", "_blank",
"toolbar=yes,scrollbars=yes,resizable=yes,top=500,left=500,width=400,height=400");