Login   Register  
PHP Classes
elePHPant
Icontem

Class: confirm

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Peter Klauer  >  confirm  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: confirm
Base name: confirm
Description: Generate confirm dialog
Related classes: ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 2303 users
All time rank: 1399
Week users: 0 users
Week rank: 2770
Picture of Peter Klauer
Author: Peter Klauer <e-mail contact>
Packages: 18 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Age: 53
All time rank: 292 in Germany Germany
Week rank: 143 Down5 Down in Germany Germany
Innovation award
Innovation award
Nominee: 3x


  Detailed description  
Generates on MSIE>3 a vbscript confirm dialog before the user may execute a critical link or form. Non IE clients will produce a standard confirm() dialog.
When the normal javascript confirm() dialog is used there is one danger: the default button is "YES" and thumbfingered users may confirm unwanted. A better approach is to generate a vbscript (for them IE users) dialog and call this dialog using javascript. So the programmer can change anything in the appearance of the dialog, even the title and better: the default button may be "No". This class tries to see what browser is given.

Confirm will generate the standard javascript confirm() dialog on non-vbscript-browsers. At the moment only MSIE > 3 is allowed to generate the vbscript dialog in this class, maybe some research reveils other browsers which also support vbscript.

 

  Groups  
Group folder image HTML HTML generation and processing View top rated classes

  Rate classes User ratings   Applications   Related links   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
test_confirm.php A real life test working without download and install

  Files folder image Files  
File Role Description
Plain text file confirm.php Class The class file
Plain text file test_confirm.php Example The demo file for the class "confirm"

Download all files: confirm.tar.gz confirm.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.