Alert Doesn't Work
<div class="comment-right-col">
<div>
I have this alert for my code, however, if username and password dont match, it doesnt show the alert
var isUserValidated = ("<%=UserValidated %>").toLowerCase() == "false" ? false : true ...
Go to the complete details ...