<head><script type="text/javascript">function dk(){ var myWeb=window.open("","","width=500,height=500");myWeb.document.write("This is 'poem'");myWeb.document.write("<img src=\"images/Koala.jpg\"/>");return myWeb;}function closeWin() {myWeb.close(); //怎么改才对? }</script></head><body><a href="#" onclick="dk()">openweb</a><a href="#" onclick="closeWin()">closeweb</a></body>
添加回答
举报
0/150
提交
取消