Linked Questions
32 questions linked to/from How to edit a JavaScript alert box title?
42
votes
6
answers
123k
views
Change Title of Javascript Alert [duplicate]
How can i change the title of javascript alert popup ?
2
votes
4
answers
17k
views
How to change the message box title? [duplicate]
How to change the title of this message box in asp.net?
this heading appears in IE.
Do Help...
5
votes
4
answers
5k
views
How can I change the title message of an alert box in JavaScript? [duplicate]
How can I change the title message of an alert box in JavaScript?
2
votes
2
answers
13k
views
Customizing JavaScript confirmation dialog boxes? [duplicate]
$('#confirm_event').click(function(e){
var x = $('#function_name').val();
return confirm('Are you sure you want to submit: ')
})
While this generates the above, I'd like to replace "title bar ...
0
votes
2
answers
7k
views
Alert Messages in Javascript [duplicate]
I have my code:
<script language="javascript" type="text/javascript">
alert('This is what an alert message looks like.');
</script>
function showAlert() {
var country = "Fiji";
...
0
votes
1
answer
3k
views
How can I remove the "The page at (some website) says:" part of a popup? [duplicate]
alert("This is a test.");
How do I remove "The page at stackoverflow.com says:" part of a popup?
0
votes
1
answer
4k
views
how to remove localhost:URL from alert box [duplicate]
javascript alert box showing url + msg. i have not passed any thing but it shows url on the top of alert box. how can i remove this url ? The url is showing when my site is redirected from another ...
2
votes
5
answers
3k
views
How to give title to alert box? [duplicate]
Possible Duplicate:
How to edit a JavaScript alert box title?
When I run my javascript program,I am getting alert box that has title(page at local host says that).I want to remove that with some ...
0
votes
2
answers
6k
views
Change the title of the alert baox in JS [duplicate]
How can I change the title of the alert box in java Script?
1
vote
2
answers
1k
views
onclick="alert('Hola!');window.close();" [duplicate]
was wondering if anyone could help me figure this one out. This might sound like the easiest question ever. I'm just getting started with jQuery.
In the image below, is it possible to replace the "...
0
votes
2
answers
2k
views
javascript alert function without alert info [duplicate]
i am trying to use javascript alert function
<img onclick="alert(\''+marker.PlaceName+'\');"/>
it give alert but in some mobile devices such as android samsung galaksy s2 it does not just ...
1
vote
2
answers
1k
views
Is there any way to hide confirm box without heading [duplicate]
Is there anyway to hide the confirm box title "On embedded page on this page says".
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_confirm
0
votes
1
answer
1k
views
Why my IP Address shows if I use alert() in Javascript? [duplicate]
Here's the screenshot and the code. And how can I change it to something like "This page says" then alert().
<button id="hover-me"> Move the cursor over here </button&...
-1
votes
2
answers
702
views
Changing the "<URL name> says:" header to confirm dialog box [duplicate]
When using the confirm dialog box in Javascript, the first line is "<URL name> says:" then it is followed by the string specified in the js call.
Is there a way to change that first line?
2
votes
0
answers
430
views
Google Web App alerts have scripts.googleusercontent.com says [duplicate]
I'm building a Web App on the Google Apps Script platform
When I summon JavaScript alerts e.g.
window.alert('Thankyou for submitting your details. You will now be taken to the grammar test')
it will ...