冬天汗脚穿什么袜子:如何用javascript在一个新IE窗口中打开一个新页.

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/29 02:12:31
javascript代码奥.谁帮俺,谢谢...

<SCRIPT language=JavaScript>
<!--
window.open('edz.htm','note','menubar=yes,scrollbars=yes,left=30,top=50,width=300,height=500');
window.open('ez.htm','note1','scrollbars=yes,left=400,top=50,width=300,height=500');
-->
</SCRIPT>

<script language="javascript">
function openwin()
{
window.open("moveby.html");
}
</script>
<input type="button" value="Open Window" onclick="openwin()">