<iframe src="要嵌入网页的网址" width="558" height=600 marginwidth="0"
marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="auto"></iframe>
<script language="JavaScript">
window.open("window.html","www_helpor_net","toolbar=no, status=no,menubar=no, scrollbars=no,resizable=no,width=468,height=60,left=200,top=50");
</script>
在打开有上面这段代码的页面时将会跳出一个468x60大小的小窗口。
“window.html”为跳出的小窗口里所要显示的网页。
toolbar、status、menubar、scrollbars、设置小窗口的工具栏、状态栏、菜单栏及滚动条的有无,resizable设置是否可让浏览者改变小窗口大小,
width、height设置小窗口的宽度以及高度。
(不过这样的小窗口一般是不受欢迎的哦!)