html附值

来源:互联网 发布:造梦西游5辅助源码 编辑:程序博客网 时间:2024/06/11 17:54

   content= content.replaceAll("<", "&lt;");
     content= content.replaceAll("&", "&amp;");
   
     
     content= content.replaceAll("/"", "&quot;"); 
     content= content.replaceAll(">", "&gt;");
    
     content= content.replaceAll("/n", "<br>");
     content= content.replaceAll("/t", "&nbsp;&nbsp;&nbsp;&nbsp;");
       
       
     request.setAttribute("content", content);

------------------------------------------------------------------------

<html xmlns:xjh>
<style type="text/css">
xjh/:my{}
 
</style>

<body onload="setcontent()">

<xjh:my name="content"   id="content" style="width:0;height:0;" value="<%=request.getAttribute("content") %>"></xjh>

 

<script>

function setcontent()
{
eWebEditor1.eWebEditor.document.body.innerHTML=eWebEditor1.getText();
 }

</script>

原创粉丝点击