Click here to Skip to main content
15,899,026 members

Comments by jahfer (Top 1 by date)

jahfer 16-Jun-13 8:19am View    
no errors.but it return true on second click of delete button.that is when i select yes button and then close the alert box.then return true when again i clik on delete button.
the below part of code return true.


if ((sFrom == "B") && (DeletionConfirmation == 1)) {
DeletionConfirmation = 0;
return true;
}

why the below code return true when i click on yes button?


if (sFrom == "P") {
DeletionConfirmation = sConfirmationValue;
return ButtonObject.click();
}


Thanks...