Your IP : 216.73.216.40


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

Using prompt

$vars['question']   = 'What would you like to name this?';
$vars['address']    = 'index.php?module=mymode&command=change_name';
$vars['answer']     = 'Type the name here...';
$vars['value_name'] = 'new_name';
$vars['link']       = 'Click on me to name this';
$vars['type']       = 'link'; // or button
$vars['class']      = 'css-class';
$vars['title']       = 'Hover text';

echo javascript('prompt', $vars);


----------------------------------------------------------------
Make sure to run addslashes() on your variables!