Click here to Skip to main content
16,009,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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

JavaScript
<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?
Posted
Updated 28-Oct-13 23:15pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900