Tip: you can modify some code before running
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"><html xmlns="http://www.111cn.net/1999/xhtml"><head><title>Good ad effect in the floating window on the right</title><meta http-equiv="content-type" content="text/html;charset=gb2312"></head><body><table height="1000"><tr><td valign="top">Ad page on the right: http://www.111cn.net/effect/images/201006161100.htm</td></tr></table><!--把下面代码加到<body>与</body>之间--><div id="showad" > <div onclick="closead();"><font color=ff0000>Close</font></div> <iframe src="http://www.111cn.net/effect/images/201006161100.htm" width="155" height="530" allowtransparency="true" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></div><script language="javascript">Var bodyfrm = (document. compatmode. tolowercase () = "css1compat ")? Document.doc umentelement: document. body; var adst = document. getelementbyid ("showad "). style; adst. top = (bodyfrm. clientheight-530-22) + "px"; adst. left = (bodyfrm. clientwidth-155) + "px"; function mover () {adst. top = (bodyfrm. scrolltop + bodyfrm. clientheight-530-22) + "px"; adst. left = (bodyfrm. scrollleft + bodyfrm. clientwidth-155) + "px";} setinterval ("mover ();", 80); function closead () {adst. display = 'none ';}</script></body></html>
Tip: you can modify some code before running