cancel button Save Dialog box track
-
iam using save dialog box to save files when i click cancel button of the save dialog box i should cancel the fucyionality of save how to do it. iam working in asp. help me out
If u are using javascript, then here is the code: function Submit() { if(confirm('continue?')) alert('ok') //submit form here.. else alert('cancel') //do nothing } Om Prakash
-
If u are using javascript, then here is the code: function Submit() { if(confirm('continue?')) alert('ok') //submit form here.. else alert('cancel') //do nothing } Om Prakash
iam using save dialog box to save files when i click cancel button of the save dialog box i should cancel the fucyionality of save how to do it. iam working in asp. help me out Dear On Prakash i think he to go to cancle saving process (while saving), and he can't do it I.N.M(InterNetMouse)