我已经打开了一个这样的新窗口。我必须在 Firefox 中隐藏导航工具栏,为此我提供了 location = no。它在Firefox中不起作用。如何隐藏地址栏(导航工具栏)
var features = 'height=420,width=320,top=10,left=25,status=no,toolbar=no,location=yes,menubar=no,titlebar=no,scrollbars=yes,modal=yes';
window.open ( path,title,features );