Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
alert
- Page 1
Re: Alert Window Site name disabler?
Digital Media
UI / UX Design
9 Years Ago
by hericles
Alert
boxes can't be customised too much. I would suggest looking into some of the javascript libaries that do that for you. SweetAlert is one I've used but there are others. You can vary the text and add images into the message.
Alert
Programming
Web Development
14 Years Ago
by iamchamith
… EventArgs e) { ClientScript.RegisterStartupScript(GetType(), this.ClientID, "
alert
('Hi');", true); } [/CODE] This button Is in the… the page... When I click the button,This
Alert
is Appear... My question is in that time … has scorell bar] & click OK in
alert
page Again Goes to the bottom...How I stop…
Alert
Programming
Software Development
14 Years Ago
by joverlyanne
[ATTACH]15386[/ATTACH] Can somebody pls help. i have two frames. Frame1 contains table and frame2 for the
alert
setting. Frame has 2 columns. The delta and the
alert
. The situation is when i set the
alert
setting to a given value and the delta met it. the
alert
column (each cell) reacts to whatever color the delta has. Thanks.
Re: Alert
Programming
Software Development
14 Years Ago
by joverlyanne
how can i make the
alert
column highlight to whatever condition in the threshold setting/ delta? ty
Re: alert
Programming
Web Development
12 Years Ago
by JorgeM
If you mean having the same
alert
box popup more than one time, then put the
alert
method within a loop such as…){ var x = 1; for (x = 1; x < 10; x++) {
alert
("msg"); } } </script> <a href='javascript…
alert
Programming
Web Development
12 Years Ago
by memz
how to make this link
alert
t0 times <A HREF='javascript:window.
alert
("attack");'> link </A>
Re: Alert
Programming
Web Development
16 Years Ago
by MayaLocke
[QUOTE=yanti;833667]hi guys, just want to know how to do
alert
via email when a new record updated in database. i use php and mySql. thanks.[/QUOTE] You could use something like PageGate with the commandline/ascii to send
alert
when a record or something is updated. Does not have to be an email could be a text message as well. HTH
Re: alert
Programming
Web Development
12 Years Ago
by JorgeM
Can you clarify what your question is? What do you mean by.... > make this link
alert
t0 times
alert
Hardware and Software
Information Security
17 Years Ago
by hbmt
how do i get rid of system
alert
: malware threats
Alert
Programming
Web Development
16 Years Ago
by yanti
hi guys, just want to know how to do
alert
via email when a new record updated in database. i use php and mySql. thanks.
ALERT and JAVA Script
Programming
Web Development
17 Years Ago
by Traicey
…document.frmStudentInfo.txtLastName.value == "") {
alert
("Please enter last name"); document.frmStudentInfo.…frmStudentInfo.txtS_State.value == "") {
alert
("Please enter state"); document.frmStudentInfo.…
Re: ALERT and JAVA Script
Programming
Web Development
17 Years Ago
by sagedavis
I don't know how I found this but I did. [code]
alert
("Please select Advisor"); document.frmStudentInfo.lstF_ID.selectedIndex == 0; return false; } [/code] there is no "if" or "elsif" related to this line of code Sage
alert(xmlHttp.responseText) not working
Programming
Web Development
15 Years Ago
by servis
…{ var response = xmlHttp.responseText; if( response == "incorrect"){
alert
(Please enter the right words); } } } function GetXmlHttpObject() { var xmlHttp… if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete") {
alert
(xmlHttp.responceText); } } } [/ICODE] but when i change the…
Re: alert(xmlHttp.responseText) not working
Programming
Web Development
15 Years Ago
by essential
… get the exact word (incorrect) you need, to process your
alert
( "somthing fails!" ) failure. */ xmlHttp = null; method = "GET…/x-www-form-urlencoded") : xmlHttp ); xmlHttp.send( null ); } else {
alert
("\nYour browser does not support AJAX Request!"); } }; // -->…
Re: alert(xmlHttp.responseText) not working
Programming
Web Development
15 Years Ago
by essential
…response.split(/[\n\s]+/)[ x ]; } if ( response === "incorrect" ) {
alert
( "Please enter the code" ); return false; } if ( scrambler…") : xmlHttp ); xmlHttp.send( null ); } else {
alert
("\nYour browser does not support AJAX Request!"); } }; window…
Re: alert(xmlHttp.responseText) not working
Programming
Web Development
15 Years Ago
by essential
… = xmlHttp.responseText; if ( response === "incorrect" ) { // Condition is false.
alert
("Please enter the right word"); return false; } // Condition… is true
alert
("Valid Information:\nField has been validated successfully.\nThank you…
Alert box, then cancel action (Javascript)
Programming
Web Development
18 Years Ago
by ForestTech
… = document.forms.helpform; if(form_object.elements.Name.value == ''){
alert
('Please enter your name.'); return false; } else if(form_object.elements….Email.value == ''){
alert
('Please enter your email address'); return false; } else if(form_object…
alert on responce test in AJAX
Programming
Web Development
15 Years Ago
by servis
…AJAX method, when responce is incorrect it shows
alert
before form submission the code is as follow… checkCAP(str) { if (str=="") {
alert
("plase enter the code"); return } xmlHttp=…GetXmlHttpObject() if (xmlHttp==null) {
alert
("Browser does not support HTTP Request") return…
Re: alert(xmlHttp.responseText) not working
Programming
Web Development
15 Years Ago
by essential
…--what are the next things, to do after the whole
alert
process is done? And also I can't run testing…
Re: alert(xmlHttp.responseText) not working
Programming
Web Development
15 Years Ago
by servis
… does not enter any words, the script respond with message
alert
box, if he enter the right words, it just allows…
alert is not shown
Programming
Mobile Development
13 Years Ago
by lsvife
…quot;); password.setString(""); System.out.println("Tracker...
alert
is not shown"); } } conn.close(); t4.yield…(); } catch(Exception e) {
alert
.setString("Connection Error"); display.setCurrentItem(username); display.setCurrent…
Re: alert/message box
Programming
Web Development
17 Years Ago
by plazmo
…after the page postsback you should get that
alert
when you press the button using your code…{ ClientScript.RegisterStartupScript(typeof(string), "success", "
alert
('Data saved successfully.');", true); } else { ClientScript.RegisterStartupScript…
Re: alert box appear already exists
Programming
Web Development
15 Years Ago
by muralibobby2015
… "") { var eres=email.search(emailFormat); if(eres == -1) {
alert
("Please Enter Valid Email Id "); window.document.create_profile…)) { ?> var existemail=<?=$fetchemail['email']?>; if(email==existemail) {
alert
("This email already exists"); window.document.create_profile.email…
Alert message ..'Delete File'
Hardware and Software
Information Security
19 Years Ago
by Commodore_64
… is running Windows Me and has been getting an
alert
message popping up asking if he is sure he wants… the word file. Obviously he clicks 'NO' but the
alert
reappears frequently. It is to the point where he is… computer, online and offline, for short periods before the
alert
message renders any further functions/commands useless. He has scanned…
alert/message box
Programming
Web Development
17 Years Ago
by waterfall
…Button_Assign.Attributes.Add("onclick", "javscript:
alert
('Data saved successfully.')"); } /*else { //…Button_Assign.Attributes.Add("onclick", "javscript:
alert
('Data not saved.')"); } [/CODE] my data…
Re: alert message
Programming
Web Development
17 Years Ago
by sms_net
…=s1986;564449]i wud like 2 display a
alert
message with a Ok button.and wen the user…display the message. Response.Write("<script>
alert
('message!!');</script>") Response.Redirect("webform1.… property of the button to display the
alert
message eg: OnClientClick="
alert
('Message!');" and in the code behind…
Alert box after success submit form validate
Programming
Web Development
16 Years Ago
by Noraini
I success doing validation form before submit...the problem is I can't appear
alert
box for success submitted after validation and go to another page... When I doing
alert
box for success submitted (it's success)....but the
alert
box for validation does not working
Re: Alert box after success submit form validate
Programming
Web Development
16 Years Ago
by itisnot_me
…form before submit...the problem is I can't appear
alert
box for success submitted after validation and go to another… page... When I doing
alert
box for success submitted (it's success)....but the…
alert
box for validation does not working[/QUOTE] please post …
Re: alert on responce test in AJAX
Programming
Web Development
15 Years Ago
by Airshow
… checkCAP(str) { if (validated) { return true; } if (str == "") {
alert
("Please enter the code"); return false; } xmlHttp = GetXmlHttpObject…() if (xmlHttp == null) {
alert
("Browser does not support HTTP Request"); return false…
alert is not appearing
Programming
Web Development
12 Years Ago
by erum
…simple example of timer ..and it should appear
alert
after 3 seconds but this does not happening …;text/javascript"> function myFunction() { setTimeout(function(){
alert
("Hello")},3000); } </script> …Click the button to wait 3 seconds, then
alert
"Hello".</p> <…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC