june172014 (May 8th, 2017)
<script type="text/javascript"> function CheckLength(name) { var password = document.getElementById(name).value; if (password.length < 6) alert('Your password should have miniumum 6 characters'); } </script>
<script type="text/javascript">
function CheckLength(name) {
var password = document.getElementById(name).value;
if (password.length < 6)
alert('<?php echo _( 'Your password should have miniumum 6 characters' ) ?>');
}
</script>
june172014 (May 8th, 2017)
There are currently 1 users browsing this thread. (0 members and 1 guests)