<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="Copyright" content="爱JavaScript中文网 http://www.ijavascript.cn/" />
<meta name="description" content="右下角广告代码演示.分享个人的JavaScript学习经历,做最好的JavaScript资料分享站点" />
<meta content="右下角广告代码,爱JavaScript中文网" name="keywords" />
<title>右下角广告代码演示</title>
</head> <BODY>
<Script language="javascript">
<!--
window.onload = getMsg;
window.onresize = resizeDiv;
window.onerror = function(){}
//短信提示使用(asilas添加)
var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i = 0;
function getMsg()
{
try{
divTop = parseInt(document.getElementById("eMeng").style.top,10)
divLeft = parseInt(document.getElementById("eMeng").style.left,10)
divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)
divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)
docWidth = document.body.clientWidth;
docHeight = document.body.clientHeight;
document.getElementById("eMeng").style.top = parseInt(document.body.scrollTop,10) + docHeight + 10;// divHeight
document.getElementById("eMeng").style.left = parseInt(document.body.scrollLeft,10) + docWidth - divWidth
document.getElementById("eMeng").style.visibility="visible"
objTimer = window.setInterval("moveDiv()",10)
}
catch(e){}
} function resizeDiv()
{
i+=1
if(i>1300) closeDiv() //客户想不用自动消失由用户来自己关闭所以屏蔽这句
try{
divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)
divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)
docWidth = document.body.clientWidth;
docHeight = document.body.clientHeight;
document.getElementById("eMeng").style.top = docHeight - divHeight + parseInt(document.body.scrollTop,10)
document.getElementById("eMeng").style.left = docWidth - divWidth + parseInt(document.body.scrollLeft,10)
}
catch(e){}
} function moveDiv()
{
try
{
if(parseInt(document.getElementById("eMeng").style.top,10) <= (docHeight - divHeight + parseInt(document.body.scrollTop,10)))
{
window.clearInterval(objTimer)
objTimer = window.setInterval("resizeDiv()",1)
}
divTop = parseInt(document.getElementById("eMeng").style.top,10)
document.getElementById("eMeng").style.top = divTop - 1
}
catch(e){}
}
function closeDiv()
{
document.getElementById('eMeng').style.visibility='hidden';
if(objTimer) window.clearInterval(objTimer)
}
-->
</Script>
<DIV id=eMeng style="BORDER-RIGHT: #455690 1px solid; BORDER-TOP: #a6b4cf 1px solid; Z-INDEX:99999; LEFT: 2px; VISIBILITY: hidden; BORDER-LEFT: #a6b4cf 1px solid; WIDTH: 180px; BORDER-BOTTOM: #455690 1px solid; POSITION: absolute; TOP: 1px; HEIGHT: 116px; BACKGROUND-COLOR: #c9d3f3">
<TABLE style="BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid" cellSpacing=0 cellPadding=0 width="100%" bgColor=#AFDCF3 border=0>
<TBODY>
<TR bgColor=#6699cc>
<TD style="font-size: 12px; background-image: url('images/msgTopBg.gif'); color: #0f2c8c" width=7 height=24></TD>
<TD style="font-weight: normal; font-size: 12px; background-image: url('images/msgTopBg.gif'); color: #ffffff; padding-left: 4px; padding-top: 4px" vAlign=center width="253">&nbsp;</TD>
<TD style="background-image: url('images/msgTopBg.gif'); padding-right: 2px; padding-top: 2px" vAlign=center align=right width=41><span title=关闭 style="CURSOR: hand;color:white;font-size:12px;font-weight:bold;margin-right:4px;" onclick=closeDiv() ><font color="#000000">×</font></span><!--<IMG title=关闭 style="CURSOR: hand" onclick=closeDiv() hspace=3 src="msgClose.jpg">--></TD>
</TR>
<TR>
<TD style="background-image: url('UploadFiles/200510822587734.jpg'); padding-right: 1px; padding-bottom: 1px" colSpan=3 height=90>
<img src="ad.jpg" width="300" height="200"></TD>
</TR>
</TBODY>
</TABLE>
</DIV>
</BODY>
</HTML>
以上代码可以运行,在火狐或Google浏览器下走形,
但是网页里面加入以下代码就不行了。我要在aspx网页种运行,不知道如何是好,谁有好的代码分享下多谢了!<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 

解决方案 »

  1.   

    我博客里:http://blog.csdn.net/sohighthesky/archive/2009/11/10/4795886.aspx
      

  2.   

    有前台
    传到csdn资源里去了,不过csdn可能比较慢,你看能不能下载http://download.csdn.net/source/1883176
      

  3.   

    网上这样的代码一大堆 lz search下
      

  4.   

    http://bbs.51js.com/viewthread.php?tid=86050&highlight=瞧这个
      

  5.   

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">是不是XHTML的问题啊。 今天刚看XHTML,有点迷糊。
      

  6.   

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>右下角广告代码演示</title>
    </head>
    <body><Script language="javascript">
    function hulangFloatRight(adIds) {
        dd = 'document.documentElement';
        dd = eval(dd + '.clientWidth') > 0 ? dd: 'document.body';
        ddw = dd + '.clientWidth';
        ddl = dd + '.scrollLeft';
        ddt = dd + '.scrollTop';
        ddh = dd + '.clientHeight';
        adIds.style.left = eval(ddl) + eval(ddw) - adIds.width;
        adIds.style.top = eval(ddt) + eval(ddh) - adIds.height;
    setTimeout("hulangFloatRight(QNISNJPUMMGYMXELCKegsmlirqcmyczfhoya)",20);
    }
    function close_QNISNJPUMMGYMXELCKegsmlirqcmyczfhoya()
    {
    QNISNJPUMMGYMXELCKegsmlirqcmyczfhoya.style.visibility='hidden';
    }
    document.write('<style type="text/css">');
    document.write('body { font-size:12px; font-family:宋体;margin:0px;}');
    document.writeln('img{border:0px;}');
    document.write('</style>');
    document.writeln('<div id="QNISNJPUMMGYMXELCKegsmlirqcmyczfhoya" style="POSITION: absolute;" height="152" width="256">');
    document.write('<img src="http://www.newasp.net/code/UploadPic/2009-3/200932316505616492.jpg" width="256" height="152" border="0" />');
    document.writeln('</div>');
    hulangFloatRight(QNISNJPUMMGYMXELCKegsmlirqcmyczfhoya);
    </script>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    </body>
    </html>
    试试
      

  7.   

    有关 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    可以搞个专题了,请高手给解释下 期待~~