0
我已經在我的應用程序中實現了這段代碼。 如何更改它以防止滾動並且URL出現在瀏覽器中?如何停止滾動和網頁工具欄的顯示?
function openWindow() {
window.open('default.aspx', null, 'height=200, width=400, status=yes, toolbar=no, menubar=no, location=no');
return false;
}