Search Result
Collapse
6 results in 0.0041 seconds.
Keywords
Members
Tags
-
custom alert box that pauses program until button is pressed
I have written a program in javascript and it works as I want it too. However it uses the "alert" command at various points. I wanted to make a custom alert so I googled that and all the result make nice looking alert boxes, however there is a fatal problem when I use them rather than the normal javascript "alert" command. The custom alerts never stop the program at that point until the user shuts it down by clicking on the "ok"... -
Why I am not getting an alert dialog box?
This is the script I modified.What I wanted here is as soon as the getDisplay() method is invocked,to get an alert box so I instantiated the alert class and implemented some codes fr this..But when I am running my script, my emulaor run as expected except that I don't get my alert box...
Why I am nt getting this alert box inspite of instantiating it?
...Code:/* * To change this template, choose Tools | Templates *
-
prompt window value to alert window problem
I need to know how can I exclude a data item from the Alert Window’s list message if the user leaves a prompt window blank.
Example :
If the user types a value to both “idnumber” and “departmen t” prompt but leaves the “access” prompt empty or clicks cancel, I want the Alert Message List to look…
LIKE THIS:
...Last edited by Dormilich; Apr 29 '10, 05:39 AM. Reason: please use [code] [/code] tags when posting code -
Looking for win32 notification options
Hi all,
I'm new here on the perl side (spent some time playing with python awhile back).
I started using perl as an administrative tool just a couple months ago on my work LAN because I'm using some open source packages (WPKG and Unattended) that are both written in perl, and I need to make some basic alterations. In the meantime I've discovered tons of piecemeal tasks that are so much easier than trying to wrangle... -
Alert for unsaved data on page
In my website we have left panel having different links, our requirement when user clicks on any link and enter any detail on page without save/submit, and then he moves to next link on left panel an alert should be generated to user before the page load for new link happens. In that way an alert for unsaved data can be shown.
Note:- technology/languaage used should be:- VS 2005 asp.net 2.0 using C#, javascript
... -
AJAX does not work without an alert
Instead of an id getting its innerHTML changed, the entire page is getting refreshed with this function of mine (you may want to look just at the end of the function where there's an alert):
...Code:function morerating(ratingform, checkflag, loc) { var f = document.forms[ratingform]; var rating_done_flag = 0; var params = ""; if (checkflag == true) check = checkrating(ratingform);