使用window.open时,调整窗口大小以适合图像大小

时间:2016-03-05 09:30:34

标签: javascript html

我想在使用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调整大小。

我该怎么做?

0 个答案:

没有答案