4
votes
1answer
175 views
SharePoint List Subscriptions
If I have "Full Control" permission on a list, is there a way for me to see all the individuals who have an alert set for that list?
Some people in my department are better at managing their own …
3
votes
4answers
286 views
Push Notifications in Android Platform
I am looking to write an app which received pushed alerts from a server. I found a couple of methods to do this.
1) SMS - Intercept the incoming SMS and initiate a pull from the server
2) Poll the …
3
votes
4answers
347 views
Alerts when navigating away from a web page
When I try to close my Google docs tab with unsaved changes, this is what I get in my browser (FF 3.5).
Are you sure you want to navigate away
from this page?
You have unsaved changes in …
3
votes
5answers
174 views
How might I display a “legal drinking age” alert for a website?
I have a website where you're supposed to be 21 or older to buy the wine from this site. How do I put an "alert" up stating that by clicking through to the buy pages you certify that you are 21 years …
3
votes
2answers
384 views
How to create a daily summary alert for any change in a SharePoint site
I recently got the requirement for a person to receive a daily summary alert for any change within a SharePoint site; each site has an owner who is in charge of the content on their site.
The current …
2
votes
2answers
308 views
List all Alerts within a SharePoint site without using the SharePoint API?
Is it possible to get a list of alerts for ALL users within a given site? After messing with the GetAlerts method in /_vti_bin/Lists.asmx, it seems it always executes in the context of the user who …
2
votes
6answers
561 views
Is there a way to simulate a click on an alert in JavaScript?
I have a page with an iframe whose source page is in a separate domain. From time to time, the source page generates an alert. When it does so, it stops what it is doing until the user clicks OK to …
2
votes
4answers
1k views
Colour of Text in a Javascript Alert
Is there any way to change style of text, format the text inside a Javascript Alert box. e.g. changing its colour, making it bold, etc.?
Also, if there an Alert avalaible with a 'Yes', 'No' button …
2
votes
4answers
311 views
Is there a library for notification/alert in .NET?
I need to design a notifications framework written solely in .Net. I was wondering is there were some libraries already available to ease in creating rules for the notifications.
PS: Anything other …
2
votes
5answers
849 views
Can we use JMX for Alerts/Notification
Here are the specs that I'm trying to implement in a nutshell:
1) Some Alerts have to be sent on certain events in the application.
2) These Alerts have Users subscribe to them.
3) And the Users …
2
votes
2answers
281 views
How to add a new SharePoint alert via Web Services
I found the Alert Service but it only seems to have methods for Getting and Deleting. How do I add a new alert?
2
votes
1answer
170 views
Alert Popups from service in Python
I have been using win32api.MessageBox to do alerts, and this works for apps running from the interactive prompt and normally executed code, however when I built a Python service when a MessageBox is …
2
votes
4answers
209 views
SMS alerting to respond to error situations faster
What is the easiest way to set up an SMS alerting system so that I will receive notification if my server doesn't respond or a GET query doesn't return correct content?
1
vote
2answers
50 views
How can I use Autoit to close all javascript alerts and confirmations that may appear?
I am testing in selenium and I have a bunch of stuff that happens on page load. I found out about autoit, and I was thinking that it could handle all javascript dialog issues. I was searching around …
1
vote
1answer
154 views
jConfirm with this existing code [Solved]
Hi,
I need help to use jConfirm with this existing code (php & Jquery & jAlert).
function logout()
{
if (confirm("Do you really want to logout?"))
window.location.href = "logout.php";
…
