易截截图软件、单文件、免安装、纯绿色、仅160KB

coolite control add the html tag

I always consider the coolitm control only can use its control tag in its body.
But I found that it can use html tag ,this very good.
so I show the sample to other:
<ext:Window
ID="Window1"
runat="server"
Width="500"
Height="485"
Title="Subscription"
ShowOnLoad="true"
CenterOnLoad="true"
Resizable="false"
Closable="false"
BodyStyle="padding:6px;">
<body>
<table>
<tr><td>dd</td><td>
<span>sdfas:</span>
<ext:TextField runat=server ID="test" Text="ff"></ext:TextField></td></tr>
<tr><td colspan=2>
<ext:HtmlEditor ID="HtmlEditor1" runat="server">
</ext:HtmlEditor>
</td></tr>
</table>
</body>
</ext:Window>


相关文档:

如何将一个HTML页面嵌套在另一个页面中


这个在做网页中常要用到,有些通用的内容可集中放在一个页面文件中,其它要用到这些内容的页面只需要包含(引用)这个通用文件即可。这样便于维护,如果有很多网页,当通用内容需要修改时,只改一个文件就可以了,不需要每个文件单独修改。
最典型的应用比如页脚的版权信息等内容可以放在一个叫做footer.html文件里, 然 ......

Flash和HTML5那点事

来源:http://club.it.sohu.com/r-it-1350941-0-0-0.html
前言
最近关于HTML5 吵得火热,很多人认为HTML5出现会秒杀Flash,以至于在各大web前端开发论坛吵得不可开交。论坛里三言两语说的不够尽兴,只好在自己一亩三分地里敞开了说说。也当一次神棍,展望一下web前端开发的未来。
首先这里所说的HTML5也不仅指HTML5 ......

html表格边线显示


<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
 
</title>
</head>
<body>
   <table width="100%" border="1" cellpadding="0" bordercolorlight="#999999" bordercolordark="#FFFFFF"
        &n ......

简单的保证原样输出html的c#代码

 public string NoExcuteHtml(string Htmlstring)
    {
        string x = string.Empty;
        x = Htmlstring.Replace(@"&", "&amp;");//将&设置为保留字
        x ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号