我已经在我的应用程序中实现了这段代码。如何更改它以防止它滚动和 URL 出现在浏览器中?
function openWindow() {
window.open('default.aspx', null, 'height=200, width=400, status=yes, toolbar=no, menubar=no, location=no');
return false;
}
我已经在我的应用程序中实现了这段代码。如何更改它以防止它滚动和 URL 出现在浏览器中?
function openWindow() {
window.open('default.aspx', null, 'height=200, width=400, status=yes, toolbar=no, menubar=no, location=no');
return false;
}