GALiRe
GScript command (alert)
Function:
Pops an alert box with a given message to the visitor. i.e. -
alert("Welcome!");
This works outside of GALiRe Script, as long as it is within an event tag (ex. onLoad:;).