I want to display an alert box which is inside the user control and I bind it through iFrame, but the alert box also contains the default text "The page says:", however I don't want to display this text. How to resolve this? Thanks,
Asked
Active
Viewed 1,163 times
0
-
1You can't change that - it's the way the alert() popup box displays and is dependent upon the browser consider jQuery Modal UI elements https://jqueryui.com/dialog/#default – jdphenix Mar 04 '14 at 05:29
-
1possible duplicate of [how to change the style of alert box](http://stackoverflow.com/questions/7853130/how-to-change-the-style-of-alert-box) – jdphenix Mar 04 '14 at 05:29
-
you can use any other modal popups like bootstrap or jquery modals..etc.... – Arun Chandran Chackachattil Mar 04 '14 at 05:33
-
Is it a javascript alertbox? Try using `alert("
");` – Atanu Roy Mar 04 '14 at 08:59 -
Yes! it is javascript alert, and I have tried the same way. – Diboliya Mar 05 '14 at 11:48