Hi FsTeam How do i prevent in displaying two alert messages scenario : I am having validation on text box which shows alert message on lost focus/ value change trigger at the same time i am having same validation on save button. if i leave text box and press save button both alert message get displayed on screen. how to avoid this situation. Regards Avinash |
Hi Avinash, You can check a session variable before showing alert and set this session variable just before (or after) you show the alert, then at the end of the procedure of send button clear this session variable. Maybe you should write a procedure to show that alert, like:
Kind Regards
Hi thanks of reply , will try Regards Avinash
(18 Jan '17, 23:37)
avinashnmore
|