<script language="javascript"> <!-- var drag=null; window.document.body.onload=function(){ if(drag==null){ drag = document.createElement("DIV"); var _html=""; _html+="<table style='font-size:9pt;width:100%;"; _html+=" border-collapse:collapse' bgcolor=#eeeeee cellpadding=0"; _html+=" cellspacing=0 border=1 bordercolor='#C0C0C0'><tr><td>"; _html+="<font color=red>"+GetCookie("CHINARENUSER")+":</font><br>"; _html+="来了就留言呀!<br> --Lzhm.net..."; _html+="</td></tr></table>"; drag.innerHTML=_html; drag.style.filter ="Alpha(Opacity=70)"; drag.style.zIndex = 65530; drag.style.position = "absolute"; drag.style.width = "90px"; document.body.insertBefore(drag); } } window.document.body.onmousemove=function(){ if(drag!=null){ drag.style.left =parseInt(event.x,10)+10+document.body.scrollLeft; drag.style.top =parseInt(event.y,10)+10+document.body.scrollTop; } } //--> </script>
7。现在到班级首页,应该能看到效果了,不满意,就转到第5步重新来