可编辑DIV

Posted on 2010-04-07 23:14  Leon0812  阅读(559)  评论(1编辑  收藏  举报

 <div  contentEditable="true" 
        style="  border-bottom-color:Blue; border-style: solid; border-width: 1px; border-color: inherit; font-size: 83%; overflow: auto; width: 604px; font-family: arial, sans-serif"
        id="divOK" runat="server" >

<strong>haha</strong>

</div>

 

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

 

        this.divOK.InnerHtml = @" <a href='#'  target=_blank'' onclick=javascript:window.location='http://www.baidu.com'><font style='cursor:pointer; '>very good</font></a> &nbsp; ";

Copyright © 2024 Leon0812
Powered by .NET 8.0 on Kubernetes