在没有浏览器工具栏的新窗口中打开html链接

dig*_*igy 5 html javascript

我知道我可以使用target ="_ blank"在新窗口中打开html链接,但是如何隐藏/禁用所有浏览器工具栏?

Svi*_*huk 8

你应该用 window.open('url to open','window name','toolbar=no');