return to homepage

Scripts: Javascript

Alert Messages

This is an alert message that can be used to alert people to certain things while browsing. It can be opened from a link, button etc or following a particular event/error.

This is an Alert Message...

alert('This is an alert message!');

Tip: to create a line break in a message window, insert \n. e.g...