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

HTML 字符实体

最常用的字符实体
显示结果描述实体名称实体编号
 
空格
 
 
<
小于号
&lt;
&#60;
>
大于号
&gt;
&#62;
&
和号
&amp;
&#38;
"
引号
&quot;
&#34;
'
撇号 
&apos; (IE不支持)
&#39;
其他一些常用的字符实体
显示结果描述实体名称实体编号


&cent;
&#162;
£

&pound;
&#163;
¥
日圆
&yen;
&#165;
§

&sect;
&#167;
©
版权
&copy;
&#169;
®
注册商标
&reg;
&#174;
×
乘号
&times;
&#215;
÷
除号
&divide;
&#247;


相关文档:

HTML数据岛访问

  
  基本步骤
  1,把需要排序的行放到tbody中(程序会直接取tbody的rows);
  2,把排序行放到一个数组中;
  this.Rows = Map(this.tBody.rows, function(o){ return o; });
  3,按需求对数组进行排序(用数组的sort方法);
  this.Rows.sort(Bind(this, this.Compare, orders, 0));
  4, ......

HTML基础学习笔记

<html>
 <head>
  <title>            
   基础HTML学习
  </title>      <t/标题/t>
         & ......

html页面中嵌入flash文件

此处嵌入的flash里面的图片是可以随时发生改变的图片(动态图片)
注意蓝色字体的地方,这些地方都要统一
<script language="javascript">AC_FL_RunContent = 0;</script>
  <script src="${ctx}/ui/Login/AC_RunActiveContent.js"
   language="javascript"></script& ......

从数据库中取值批量生成html文件

1. web.config
<connectionStrings>
<add name ="myconn" connectionString="Data Source=who\SQLEXPRESS; Initial Catalog=dbname;Integrated Security=True;" providerName="System.Data.SqlClient"/>
</connectionStrings>
2.
string htmlPath = "D:\\htmlFiles";
......

HTML 文件传输页面

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta NAME="Copyright" CONTENT="">
<meta http-equiv="Content-Type" content="text/html; charset=u ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号