0

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?

RKh
  • 13,818
  • 46
  • 152
  • 265
  • don't use confirm/alert/prompt dialogs - make your own or use a search engine to find a suitable library – Jaromanda X Dec 05 '15 at 06:54
  • @JaromandaX Please suggest any library. Shall I use jQuery? – RKh Dec 05 '15 at 06:56
  • I wouldn't suggest a library as that is not what SO is about and I write my own code ... however, alertify is ok though no longer maintained – Jaromanda X Dec 05 '15 at 06:58

0 Answers0