我想在使用window.open打开新窗口时调整窗口大小以适合图像大小。
Html代码
A {}
B {}
C {}
D {}
Object { foo="bar"}
["foo", "bar"]
A {}
Number {}
showimg.php
<!DOCTYPE html>
<html>
<body>
<a href="#" onclick="window.open ('showimg.php', 'newwindow', 'toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no');">go <a/>
</body>
</html>
但showimg.php无法通过javascript调整大小。
我该怎么做?