Javascript - Closing Confirmation Message If No Response From User
I have got asp.net 2.0 website, in which I display session timeout through confirm message box, asking user to select ok or cancel. Problem: if user doesn't provide any input (assu
Solution 1:
If you are using the native browser confirmation box you cannot dismiss that, the user would need to do so. If you create your own, then you can use setTimeout to dismiss after a certain amount of time
Post a Comment for "Javascript - Closing Confirmation Message If No Response From User"