标签: javascript html browser
2018年,是否有办法在没有地址栏的情况下打开一个小弹出/浏览器窗口?
现在,我正在使用它:
window.open($(this).attr('href'), "Pop-up", "height=200, width=300, toolbar=0, menubar=0, titlebar=0");
但它看起来很丑陋,因为它也包含浏览器的地址栏。
有更好的解决方案吗?
P.S。:我已经尝试了所有options outlined here。他们都没有在2018年工作。