This page should ask... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

This page should ask...

Invoking a confirm box, most browsers show dialogue box text starting with "This page (at somesite.com) says:". Is there any way to instruct the browser that we are asking a question and so replace "says" with "asks" or something? I think this is browser's feature. Just want to know if any browser implemented such cases. Of course, I can create custom dialogue boxes within the page. Please don't instruct me that. My question is different.

15th Mar 2017, 2:42 AM
Sanal Vikram
Sanal Vikram - avatar
3 Answers
+ 3
No. it's built into the browser.. you can't change it. for you to change it you have to edit the code of the browser itself which is also not possible except an open-source browser. hope this helps..
15th Mar 2017, 3:59 AM
Mark Derby
Mark Derby - avatar
+ 2
Okay, @MinHu. I knew it. Some day, I am gonna get my hands on the source of Chromium and Firefox and check if I can do something on this silly thing...
15th Mar 2017, 11:46 AM
Sanal Vikram
Sanal Vikram - avatar
+ 1
try alert()
15th Mar 2017, 2:56 AM
The Smart Amazing Shaurya
The Smart Amazing Shaurya - avatar