Click here to Skip to main content
15,921,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
when admin login to their account and then approve/reject specific user for e,g(abc user) document then he send notification to user that your document is approve/reject

for this i implement this ..please see this link

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

first i implement code in admin page for example supervsior is admin and he approve/reject document then i write this code in supervisor.aspx

HTML
<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>


when i click on button then notification appear in supervsior.apsx page

but in this i want when this abc user login then he/she able to see notifications that your document appproved/rejected
Posted
Updated 1-Nov-13 4:25am
v3
Comments
Sergey Alexandrovich Kryukov 1-Nov-13 11:12am    
I cannot see where is your question.
Note that many people would block pop-ups as they think pop-ups are evil. In many cases, I would agree with then. Better avoid using pop-ups.
—SA
Diya Ayesa 3-Nov-13 10:10am    
the question is this"but in this i want when this abc user login then he/she able to see notifications that your document appproved/rejected "

but i am using pop up can you see the link which i posted so you better understand what i try to ask
Sergey Alexandrovich Kryukov 3-Nov-13 11:52am    
Okay, and where is the question?
—SA
Diya Ayesa 3-Nov-13 12:44pm    
i posted that
i want to show that when user login then they will be able to see pop up when admin login to their account and when approve/rejected his documents then pop up box will appear to users accounts (when user login then pop up appear) that ur document is approve/rejected...

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