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

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

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

在w3c上面找到的,留下來(lái)以后備用~!
復(fù)制代碼 代碼如下:

<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>

相關(guān)文章

最新評(píng)論