Thursday, July 10, 2008

JavaScript Popup Boxes

Alert Box
An alert box is often used if you want to make sure information comes through to the user.
When an alert box pops up, the user will have to click "OK" to proceed.
Syntax:
alert("sometext");

No comments: