温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Ajax会员管理源码
当前文件:
AjaxLogin/Help.aspx[833B,2009-6-12 11:31:36],打开代码结构图
AjaxLogin/Help.aspx[833B,2009-6-12 11:31:36],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Help.aspx.cs" Inherits="Help" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
<html xmlns="http://www.w3.org/1999/xhtml"> 5
<head id="Head1" runat="server"> 6
<title>示例16-1</title> 7
<link id="InstanceStyle" href="StyleSheet.css" type="text/css" rel="stylesheet" /> 8
</head> 9
<body> 10
<form id="form1" runat="server"> 11
<div> 12
<fieldset style="width: 260px"> 13
<legend class="mainTitle">帮助页面</legend> 14
帮助内容1.<br /> 15
帮助内容2.<br /> 16
帮助内容3.<br /> 17
帮助内容4.<br /> 18
帮助内容5.<br /> 19
</fieldset> 20
</div> 21
</form> 22
</body> 23
</html> 24




