111,126
社区成员
发帖
与我相关
我的任务
分享
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default6.aspx.cs" Inherits="_20120301_Default6" %>
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
string htmlStr = @"<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.0 Transitional//EN""><HTML><HEAD><TITLE>Demo For Lord</TITLE><META http-equiv=Content-Type content=""text/html; charset=unicode""><META content=""MSHTML 6.00.2900.6104"" name=GENERATOR></HEAD><BODY style=""MARGIN: 10px; TEXT-INDENT: 0px"" bgColor=#fffff4><P align=center><FONT face=宋体 color=#339966 size=7><SPAN class="""" id=Mandala ItemID=""Global"" IslandID=""Global""><STRONG class="""">住 院 病 历</STRONG></SPAN></FONT></P><P align=center><FONT face=宋体 color=#339966 size=2><STRONG>===================================</STRONG></FONT></P><P></P><P align=center><STRONG><SPAN class="""" id=Mandala ItemID=""Identifier"" IslandID=""Global""><FONT class="""" face=仿宋_GB2312 color=darkgray size=6>住 院 病 案 首 页</FONT></SPAN><FONT color=#6699cc></FONT></STRONG></P><P> </P><P> </P><P><SPAN id=Mandala ItemID=""0"" IslandID=""Global"">";
Response.Write(htmlStr);
}
}