JavaScript实现简单的验证码
用JavaScript实现验证码功能,效果如下图:
因为本人对前端不是很熟悉,这些都是记录一下学习记录,所以就不多说了,直接上代码:
这个是验证码模块的代码
<tr>
<td height="34"><font size="3" face="微软雅黑">验证码:</font></td>
<td><input id="inputCode" name="inputCode" type="text" style="float:left; " ><div class="code" id="checkCode" onClick="createCode()"> </div><a href="#" onClick="createCode()">看不清换一张</a>