I have a list with few action links on it. On click of an Action Link a Javascript Confirmation Dialog is opening.
If user selects Yes, it is calls Controller Action Method. But in the Confirmation Dialog Box, a message is coming: "Prevent this page from creating additional dialogs".
If I check this option, it goes to the Action method even if I click No.
How to prevent this message from appearing?