Hi I am new to java script im developing a web application where i need to check Username availability on the client side that is when the user inputs his desired Username it should check from MySql database login table and update the status available or not available. I tried searching over the net but i found only Ajax code. I need it in Java script so some one help me in this regard.
This is my Username JSP for your reference..
<tr>
<td> UserName* :</td>
<td>
<input type="text" name="Username" id="username"/><br/>
</td>
</tr>