Questions tagged [alerts]
446 questions
-1
votes
1 answer
Can Alerts be customized?
Is there a way to edit the information included in different Alerts? For instance, if something doesn't include Job # and the customer needs to be able to have Job # in all alerts in order to be able to connect the dots, I would like to know if…

Paul Weston
- 1
- 1
-1
votes
3 answers
How to display alert boxes if a checkbox is checked using JavaScript?
I need to show an alert box when one of the options is checked
I'm using the following code.
function validacion(){
if (document.getElementById('op1').checked) {
var x61=document.getElementById('op1').value;
} else {
var x61="";
}
…

Melifluo Comas
- 1
- 2
-1
votes
2 answers
Javascript alert not displaying correctly
Does anyone know how can I resolve the following: I want the form input by the user, to be alerted in a different HTML file.
This is what I wrote so far. It works for the id called 'name', but I dont know why it does not for the…

Patriots299
- 365
- 3
- 15
-1
votes
1 answer
Is there a list or explanation of bracket values used for TFS alert queries?
Is there a list or explanation of bracket values used for TFS alert queries? For example: What does [Current Project] really do and what is the difference between [Me] and @Me in TFS queries?
I'm trying to get a handle on setting up TFS alerts,…

Pat Delaney
- 117
- 10
-1
votes
1 answer
MySql / PHP Alert system not reporting only one seemingly random piece of data
I have had a usage reporting system in place for sometime to notify users that they are using too much data. Suddenly random lines stopped reporting. I assumed there was just an error in the data going in, but I have thoroughly check it and can…

user3688183
- 3
- 2
-2
votes
3 answers
Any idea on how to click on ok button on the reminder alert in salesforce using selenium?
I'm trying to click on the ok button which is present on the alert/reminder but not able to handle alerts in the salesforce by usual methods.
This is the XPath:
driver.findElement(By.xpath("//div[@class='active…
-2
votes
1 answer
How to stop Waze from playing sound alerts in Android, quickfix
If you have bluetooth on and set it to alerts only you still get blasted by tons of terrible notifications in Waze like Animals on Shoulder, Vehicle Stopped on Shoulder, and the super loud recalculating route sound.

BeachMiles
- 438
- 3
- 7
-3
votes
1 answer
Action Sheets and Alerts for deletions
guys. Apple in their apps for delete action sometimes use Action Sheets or Alerts. And i dont understand, when i should use Action Sheets, and when Alerts. In the HIG Apple write, that:
Alerts disrupt the user experience and should only be used in…
-3
votes
2 answers
JSON array from php
[
{
"id":"26",
"latitude":"10.308749502342007",
"longitude":"123.88429984649656"
},
{
"id":"28",
"latitude":"10.313816172726275",
"longitude":"123.89030799468992"
}
]
I have this json…

DexterAnthony
- 45
- 1
- 1
- 7
-4
votes
1 answer
Why I can't see permission alerts? I configure them on .plist
I configure this values, and I. can't see the alerts permissions.

Alejandro
- 1
- 1
-4
votes
1 answer
Creating a Loop Within a javasctipt Alert or Prompt
Edit for clarification:
Is there a method to insert code into an alert() or prompt() such as a kind of loop or method of adding data to the alert() or prompt right before running or while running?
-Thanks

user2023185
- 1
- 1
- 3