On 5/5/06, William Stokes <kalles@xxxxxxxxxxxxx> wrote:
In PHP is it possible to generate "windows style" question boxes and get the users choice back? Or do I need javascript or something else for that? For example if a user hits a button in form I could ask for his confirmation for the action. Like "Do you Really wan't to drop the whole database?" Yes or No. And perform or cancel the action by user's decision.
You'll need to use Javascript for this kind of dialog box. PHP runs on the server-side, so you can't do this with PHP. Rabin -- http://rab.in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php