<script Language="&#106avascript">
function winopen1(){
打开的窗口名=open("nb","Homepage","toolbar=no,location=no,
directories=no,status=no,menubar=no,scrollbars=no,resizable=no,
copyhistory=no,width=160,height=200,left=200,top=100"); }
</script><a href &#111nMouseOver="winopen1();return true;"&#111nMouseOut="打开的窗口名.close();">
<p>这里是连接</a></p>
10.固定背景图不动
<style>
body{background-image:url(logo.gif);
background-repeat:no-repeat;background-position:center}
</style>
11.让浏览器在保存页面时保存失败
<NOSCRIPT><iframe src="*.html"></iframe></NOSCRIPT>
12.网页自动关闭
<html>
<head>
<object id=closes type="application/x-oleobject"
classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" &#118alue="Close">
</object>
</head>
<body onload="window.setTimeout(closes.Click(),10000)">
这个窗口会在10秒过后自动关闭,而且不会出现提示.
</body>
</html>
13.禁止查看源代码
<SCRIPT language=&#106avascript>
function click() {if (event.button==2) {alert(你想干嘛!);}}document.&#111nmousedown=click
</SCRIPT>
14.页中页
<iframe name="main" src=http://www.feitec.com width="350" scrolling="NO" height="380" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0"></iframe>
<iframe src="123.htm" width="360" height="240" scrolling="auto"></iframe>
15.如何在dw中设置flash背景为透明
16.滚动的文字
<marquee direction=up height=130 scrollamount=1
scrolldelay=100 style="COLOR: #800000; FONT-SIZE: 9pt"
width=148
150?> 大家好!</marquee><body>
<SCRIPT language=javascript1.2>
if (document.all)
document.body.onmousedown=new Function("if (event.button==2||event.button==3)window.external.addFavorite(http://www.5dci.com,青春狂想)")
</SCRIPT>
</body>