0

需要在页面加载期间显示图像。如果需要显示怎么可能index.html。任何帮助,我如何加载上方有十字按钮的图像?有任何预填充脚本吗?

4

1 回答 1

0
<script language="JavaScript">
function pop() {
var W1 = window.open('popup.html','Popup1',"toolbar=no,status=no,location=yes, directories=no,menubar=no,scrollbars=yes,resizable=yes,width=160,height=160");
}
</script>

<body onload="pop()">

上面的脚本如果我的问题的答案。谢谢

于 2012-10-15T06:30:17.810 回答