簡體   English   中英

JavaScript 將 window.showModalDialog 轉換為 window.open 如何調整大小?

[英]JavaScript converted window.showModalDialog to window.open how to resize?

JavaScript 下面。 如何調整 window.open 的大小以使其更小並匹配模態彈出窗口的大小?

window.showModalDialog("*some code*;");

  window.open("*some code*;");
window.open('https://stackoverflow.com/','',' scrollbars=yes,menubar=no,width=500, resizable=yes,toolbar=no,location=no,status=no') 

https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_open2

window.open("", "", "width=400,height=400");

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM