Asp.net源码专业站
首页->新知实践->Ajax无刷新中文验证码>>Default.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Ajax无刷新中文验证码
当前文件:文件类型 ChineseCode/Default.aspx[1K,2009-6-12 11:35:43]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 8<script language="javascript" type="text/javascript" src="js.js"></script> 9 <title>Ajax无刷新之中文验证码</title> 10</head> 11<body> 12 <form id="form1" runat="server"> 13 <div style="text-align: center"> 14 <table> 15 <tr> 16 <td style="width: 100px; text-align: right"> 17 <asp:Image ID="Img" runat="server" ImageUrl="~/Img.aspx" /></td> 18 <td style="width: 100px; text-align: left"> 19 <input id="BtnRefresh" type="button" value="刷新" onclick="ReBtn();" /></td> 20 </tr> 21 <tr> 22 <td style="width: 100px; text-align: right"> 23 <input id="TxtAccept" type="text" /></td> 24 <td style="width: 100px; text-align: left"> 25 <input id="BtnValidate" type="button" value="判断" onclick="ValidateCode();" /></td> 26 </tr> 27 </table> 28 29 </div> 30 </form> 31 <a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 32 33</body> 34</html> 35
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Ajax无刷新中文验证码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146