xhtml页面的“< &”的等

 

 //<![CDATA[
			function dialogylz(stcd,currentTime){
				//alert(stcd+"---"+stnm);
				var aa=stcd+","+currentTime;
	            window.showModalDialog("${facesContext.externalContext.requestContextPath}/pages/mtmews-monitor/ssjc/hdsqjc/duanmian.html?stcd="+stcd+"&currentTime="+currentTime,
"","dialogWidth=600px;dialogHeight=390px;dialogLeft=400px;dialogTop=200px;");
	            
	        }
	 //]]>

 

 引用:

        在HTML4.0的基础上,用XML的规则对其进行扩展,得到了XHTML。简单的说,建立XHTML的目的就是实现HTML向XML的过渡。

<,&在html中是格式符

在xhtml的页面中,当js代码中出现这些特殊标记时,必须加上下面的注释

 

 //<![CDATA[

//]]>

你可能感兴趣的:(html,xml,XHTML)