在asp.net中发送通知 [英] send notifications in asp.net

查看:69
本文介绍了在asp.net中发送通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试在asp.net发送通知



当管理员登录并点击添加消息然后当用户登录时此消息发送给用户然后弹出通知出现



在这里我试试



< input  class  =   add_message type =   text value =  输入您的消息 name =   add_message> 
< / 输入 >
< input type = button value = 添加消息 $ b $bönclick= sNotify.addToQueue($( .add_message )。attr( value ))> < ; / 输入 >

< script type = ' text / javascript'>
sNotify.addToQueue( 您可以在此处添加消息。);

sNotify.timeOpen = 10 ;





这个代码在try.aspx中尝试



这是我得到概念的链接..plz看到这个链接我实现并在js文件夹中添加javascript并尝试编码它,但当我点击添加消息然后弹出不能出现...?我怎么做的?

http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/



任何帮助?

解决方案

( .add_message ) .attr( value ))> < / 输入 >

< ; script type = ' text / javascript'>
sNotify.addToQueue( 您可以在此处添加消息。);

sNotify.timeOpen = 10 ;





此代码在try in approval.aspx



这是我得到概念的链接..plz看到这个链接我实现并在js文件夹中添加javascript并尝试编码但是当我点击添加消息然后弹出不能出现... ??我怎么做的?

http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/



任何帮助?


i try to send notifications in asp.net

when admin login and click on add message then this message send to user when user log in then pop up notications appear

here i try

<input class="add_message" type="text" value="type your message" name="add_message">
</input>
 <input type="button" value="add message" 
    önclick="sNotify.addToQueue($(".add_message").attr("value"))"></input>

   <script type='text/javascript'>
   sNotify.addToQueue("You can add your message here."); 

   sNotify.timeOpen = 10;



this code in try in approval.aspx

and this is the link where i get concept ..plz see this link i implement and add javascript in js folder and try to code it but when i click on add message then pop can not appear...?? how i do this?
http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/

any help?

解决方案

(".add_message").attr("value"))"></input> <script type='text/javascript'> sNotify.addToQueue("You can add your message here."); sNotify.timeOpen = 10;



this code in try in approval.aspx

and this is the link where i get concept ..plz see this link i implement and add javascript in js folder and try to code it but when i click on add message then pop can not appear...?? how i do this?
http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/

any help?


这篇关于在asp.net中发送通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆