I have a JScript routine to check for duplicate ID which is activated upon ID field onChange event. The routine works. However, if duplicate ID is detected, the JScript alert statement is raised twice.
Under IE 11
The first alert popup said Duplicate ID detected
The second alert popup said Duplicate ID detected (repeat).
Under Chrome version 43.0.2357.130
The first alert popup said Duplicate ID detected.
The second alert popup said Duplicate ID detected, followed by a checkbox, (to tick) to prevent this page from creating additional dialog.
How to solve this issue?
*This post is locked for comments
I have the same question (0)