Advertisement
AMONRA75

login value

Jul 19th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if(Ext.getCmp('user').getValue() == 'anunnaki' && Ext.getCmp('password').getValue() == 'pippo'){
  2. //Ext.MessageBox.alert('Message', 'ok');
  3. }else{
  4. //Ext.MessageBox.alert('Message', 'no');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement