On my online page I have a simple alert message. I basically need to change the title but I've read that I cannot do that.
Here's the code:
<script>alert("My Message Here");</script>
In the alert message I get the url of my website and then the message under it.
What is the quickest alternative to having a javascript alert?
Thanks