欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

js 輸出內容到新窗口具體實現(xiàn)代碼

 更新時間:2013年05月31日 17:14:52   作者:  
js 輸出內容一般都是在本窗口,如果要實現(xiàn)在新窗口的話該如何實現(xiàn)呢?下面與大家分享具體的代碼
找了好久,都沒有~?。?!

在w3c上面找到的,留下來以后備用~!
復制代碼 代碼如下:

<html>
<body>
<script type="text/javascript">
myWindow=window.open('','','width=200,height=100')
myWindow.document.write("This is 'myWindow'")
myWindow.focus()
myWindow.opener.document.write("This is the parent window")
</script>
</body>
</html>

相關文章

最新評論