我使用以下代码打开一个新的JavaScript窗口:
function meas() {
ViewImg = window.open('http://localhost/meas.php', 'ViewImg', 'width=auto,height=auto', 'status=no');
}
我想根据窗口的大小来打开窗口的宽度和长度。
我要尝试的是页面加载时,大小会根据页面上的内容自动更改
如果图片很大,则窗口会很大。
如果图片很小,则窗口会很小
有人有主意吗?
谢谢