页面内右下角弹出提示

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="HuangQing">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>

<style>
 .title{font-weight:bold;font-size:14px;}
 .Content{font-size:12px;}

</style>

<BODY>

<SCRIPT LANGUAGE="JavaScript">
<!--

var strTitle,strDescription,y,ey,iTime,ShowTime;
y=0;
ey=160,//弹出层最后位置
iTime=0,
ShowTime=2;//层弹出后显示时间(秒)

strTitle = "标题";
strDescription="<br>&nbsp;说明:<br>&nbsp;&nbsp;&nbsp;&nbsp;弹出窗体要显示的内容<br><br>";

document.write("<div id=popmsg style=position:absolute;right:0px;bottom:0px;width:260px;z-index:1;padding:0px 0px 0px 0px;word-break:break-all;text-align:left;background-image:url(images/popmsgbg.gif);>");

document.write("<table width=100% border=1 cellpadding=0 cellspacing=0 bgcolor=#0099CC>");
document.write("    <tr>");
document.write("      <td align=center class=title>"+strTitle+"</td>");
document.write("    </tr>");
document.write("    <tr>");
document.write("      <td class=Content>"+strDescription+"</td>");
document.write("    </tr>");
document.write("  </table>");
document.write("</div>");

setTimeout("ActionPopMsg()",10);

function ActionPopMsg()
{
  
  if (y<=ey)
  {
 document.all.popmsg.style.bottom = y; 
 setTimeout("ActionPopMsg()",10); 
    y = y+2;
  }
  else
  {
 HiddenPopMsg();
  }
 
}

function HiddenPopMsg()

 iTime++;
 if (iTime>ShowTime)
 {
  document.all.popmsg.style.visibility = "hidden";  
 } 
 setTimeout("HiddenPopMsg()",1000);
}

//-->
</SCRIPT>

</BODY>
</HTML>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值