且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在asp.net中发送通知

更新时间:2023-02-16 22:32:09

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

&lt ; 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?