I am using simple alert function of JavaScript that shows site URL when it executes.
How can I remove site url from top of javascript alert?
Is there any way to customize javascript alert?
I am using simple alert function of JavaScript that shows site URL when it executes.
How can I remove site url from top of javascript alert?
Is there any way to customize javascript alert?
You cannot remove that. That's the default behaviour of a JavaScript Alert. The title attribute of a alert box cannot be modified.
You can make use of JQuery
Alert Dialog box to change the title as per your needs.