Ajax::alert

Usage

void Ajax::alert(string $message)

Description

Display a message within an alert / dialog popup.

Parameters

Parameter Required Type Description
$message Yes string The contents of the alert message.

Examples

Alert


$ajax->alert("Ok, this AJAX request has been processed.");

See Also