ASP 弹出窗口

xyun0391 2014-12-26 05:22:20
数据库有新插入,做像QQ那样,有新闻自动弹出窗口提醒。。。高手帮下忙,谢谢!!
...全文
153 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
xcgh 2014-12-30
  • 打赏
  • 举报
回复
ajax多长时间检测一下,但是多少占用很多系统性能
xyun0391 2014-12-29
  • 打赏
  • 举报
回复
谢谢,试试看
csdn_aspnet 2014-12-29
  • 打赏
  • 举报
回复

<!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=utf-8" />
<script type="text/javascript" src="jquery-1.7.1.js"></script>
<script type="text/javascript" src="jquery.messager.js"></script>
<title>jquery右下角弹窗效果</title>
<script language="javascript">
$(function () {
    $.messager.show(0,'一个Jquery Messager消息弹出插件!'); 
    $("#showMessager300x200").click(function(){ 
        $.messager.lays(300, 200); 
        $.messager.show(0, '300x200的消息',40000); 
    }); 
    $("#showMessagerFadeIn").click(function(){ 
        $.messager.anim('fade', 2000); 
        $.messager.show(0, 'fadeIn动画消息'); 
    }); 
    $("#showMessagerShow").click(function(){ 
        $.messager.anim('show', 1000); 
        $.messager.show(0, 'show动画消息'); 
    }); 
    $("#showMessagerDim").click(function(){ 
        $.messager.show('<font color=red>自定义标题</font>', '<font color=green style="font-size:14px;font-weight:bold;">自定义内容</font>'); 
    }); 
    $("#showMessagerSec").click(function(){ 
        $.messager.show(0, '一秒钟关闭消息', 1000); 
    }); 
});

</script>
</head>

<body>
<p><strong>JQUEYR PLUGIN - Messager </strong></p> 

<p><input type="button" id="showMessager300x200" value="显示一个300x200的消息" /></p> 
<p><input type="button" id="showMessagerFadeIn" value="显示一个fadeIn动画消息" /></p> 
<p><input type="button" id="showMessagerShow" value="显示一个show动画消息" /></p> 
<p><input type="button" id="showMessagerDim" value="显示定义内容和标题消息" /></p> 
<p><input type="button" id="showMessagerSec" value="一秒钟关闭消息" /></p> 
<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/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
</body>
</html>
Dogfish 2014-12-27
  • 打赏
  • 举报
回复
这个只能是ajax了。检测到有情况,就popup出来。

28,376

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧