How to make a javascript alert NOT say the name of the page?

temporary_user_name picture temporary_user_name · Mar 22, 2012 · Viewed 9.6k times · Source

My webapp alert looks like this:


InputCoordinates.html

Latitude must be filled out.


I would say this looks unprofessional and rough around the edges. Is there a way to stop the alert from displaying the pagename?

Answer

mas-designs picture mas-designs · Mar 22, 2012

You can't manipulate that.
Maybe you take a look at these bastards called modal popups, if youre able to use jQuery.

There are non-jquery options, too, of course.