Msn的提示窗口非常经典,所以我们也做一个javascript实现一下,给大家逗乐用。

 

闲话不多说,Javascript代码如下:

Js + Css的msn式的popup提示窗口的实现 (转自:月牙儿)
 eMsg.onResize;

 

只有javascript代码还是不够的,我们还需要css来定义样式:

 

以上是所有的实现代码,我们在使用时还需要做以下两步

1.我们需要在body标签的前面加上加载message的语句

document.write('<sc' + 'ript>' + 'eMsg.createInstance("月牙儿工作室提示","<div align=left>新增加了邮箱登录和地图查询两个模块欢迎您添加使用。</div>");');

document.write('</s')

document.write('cript>');

2.还需要在bodyonload事件中添加eMsg.onLoad();

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
  • 2021-06-04
  • 2021-07-24
  • 2021-06-29
  • 2022-12-23
猜你喜欢
  • 2022-03-08
  • 2021-05-25
  • 2021-10-15
  • 2021-10-07
  • 2021-12-12
相关资源
相似解决方案