Page 1 of 1

web browser error message

Posted: Thu Nov 30, 2006 8:18 am
by Zackkoss
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.

Posted: Thu Nov 30, 2006 2:11 pm
by Tural
You mean like this?

Code: Select all

<body onLoad="javascript: alert('Message')">
Or something to that effect, been a while since I did any web stuff.