| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/javascript/alert/ |
| 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.