Tagged Questions

0
votes
2answers
61 views

JavaScript: Alert when user exits site?

My boss wants our site to show an alert if a customer tries to exit the site with items in the cart. How can I show an alert when the user tries to exit our site? Also I don't wan …
0
votes
0answers
8 views

PushNotification Alert Title

Hi All, By default the Alert view title in the PushNotification displays the "Bundle Display name" from info.plist. Is is possible to change the AlertView title ? Thanks
1
vote
3answers
755 views

Asp.net Webform Display Alert and redirect.

Hi all, I'm currently stuck. I have a webform with a button that registers or saves a record. What i'd like to is have it display a javascript alert and then redirect to a page. H …
0
votes
3answers
35 views

How to turn off the sound of alert(), or is there any good alternative in Jquery?

How to turn off the sound of alert(), or is there any good and simple alternative in Jquery?
0
votes
2answers
22 views

Window is not maxinizing/being brought to front after being in tray, why?/help

I wrote an alarm app with some complex code i dont feel like breaking up right now to use as an example. I have a timer checking every 10 or so minutes about a state online and on …
3
votes
2answers
365 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 thei …
2
votes
2answers
55 views

Link in Javascript alert

I want to put a link in a Javascript alert. Is this possible? (I've searching for a solution, but I keep getting things about links that fire alerts!)
-4
votes
6answers
152 views

How do I pop up an alert in Javascript?

How do I pop up an alert in Javascript? I tried alert"HELLO" but that didn't work. Can someone tell me the correct syntax?
0
votes
5answers
57 views

calling the user attention outside of app

I want to create an alarm app for myself. On certain conditions (i need to poll websites) i want my app to inform me and make it HARD TO MISS. So i can take appropriate action or i …
0
votes
2answers
172 views

Click in OK button inside an Alert (Selenium IDE)

Hello! I need to click in the button ok inside alert window with a selenium command. For me assertAlert or verifyAlert aren't enough It's possible? Anyone can help me with this …
0
votes
1answer
63 views

Javascript: Why is my code alerting to nothing?

I've written the following: var pages=["[www.facebook.com] Facebook is cool. ","[www.bbc.co.uk] British broadcasting corporation. "]; function findScoreC2(s){ var scores=[]; …
0
votes
2answers
79 views

show javascript alert from controller’s action in asp.net mvc

Is it possible to show a javascript alert message from controller's action in asp.net mvc(C#)?
1
vote
2answers
36 views

Reminder Alert as in google for asp.net mvc

I need to show a message to the online users as alert popup like reminders in google calendar. Can we use any background process like web service/windows service to achieve it? O …
0
votes
2answers
96 views

Capturing Javascript Alert in Webbrowser Control

Using the webbrowswer control to cruise a site. Sometimes errors occur which involve a javascript popup box. I would like to do a couple of things when this happens. Know when a …
0
votes
1answer
28 views

how to Alert integer values in Flex?

Hi, How can I alert an integer value in flex. I have a variable called total which is an integer. If I try to alert it using var total:int=myTest.length; Alert.show(total); it …

1 2 3 4 next
15 30 50 per page