In javascript i call a function at the time of to press an enter key. number of times i press a key the process will be activated. hoow to i ignore this problem
[HTML]<input type="password" name="password" class="inputbox " size="19" alt="password" onkeydown="if(e vent.keyCode==1 3) return validate(this.f orm);" >[/HTML]
i call the function in this line the function will be executed in number of times
[HTML]<input type="password" name="password" class="inputbox " size="19" alt="password" onkeydown="if(e vent.keyCode==1 3) return validate(this.f orm);" >[/HTML]
i call the function in this line the function will be executed in number of times
Comment