Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/
Upload File :
Current File : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/readme.txt

Usage

javascript('alert', array('content' => 'Hello world!'));

Creates an instant alert box.

--------------------------------------------------------
javascript('alert', array('content' => 'Hello world!',
                          'label'   => 'Click me!')
          );

Creates a link that, when clicked, pops up an alert box.