MESSAGE WINDOW
-
can its possible to popup a message window ( like alert ) to all online website users from admin side ? if yes , giv me eg ! Regards.
-
can its possible to popup a message window ( like alert ) to all online website users from admin side ? if yes , giv me eg ! Regards.
its possible with jquery that you can create your own popup window with div element check below link http://blog.zen-dreams.com/en/2009/06/09/creating-a-popup-window-with-jquery/[^]
-
can its possible to popup a message window ( like alert ) to all online website users from admin side ? if yes , giv me eg ! Regards.
You can easily do it
Floating DIV
:) Have a look. How To Make Floating and Dimming a Div using JavaScript[^] -
can its possible to popup a message window ( like alert ) to all online website users from admin side ? if yes , giv me eg ! Regards.
fro the dialog you can also check this link http://jqueryui.com/demos/dialog/#modal-message[^]
-
can its possible to popup a message window ( like alert ) to all online website users from admin side ? if yes , giv me eg ! Regards.
-
can its possible to popup a message window ( like alert ) to all online website users from admin side ? if yes , giv me eg ! Regards.
If I understand you correctly you want to be able to click a button on an admin page in your site and have that cause everyone who is currently browsing your site to get a pop-up. You would have to do some work on every page in your site and have it check for an application variable or a database value or something. But even with that, unless you had something in your pages that causes them to auto-refresh constantly, it isn't going to display immediately. It would only show up when they do something to cause the page to reload.
-
can its possible to popup a message window ( like alert ) to all online website users from admin side ? if yes , giv me eg ! Regards.
Just use div and JS, you can control the display("none" or ""/"block") of the div by one action.
April Comm100 - Leading Live Chat Software Provider