web browser error message
web browser error message
Does anybody know how to make a small custom error message in a web browser, I forgot and dont rember were to go to find the code so if someone could refresh me that would be great thanks.
You mean like this?
Or something to that effect, been a while since I did any web stuff.
Code: Select all
<body onLoad="javascript: alert('Message')">