很小的在线文本编辑器_网络飞虎


      <div unselectable="on" align="center" style="height:360; width:360;">
      <input type=button value="粗体" unselectable="on" onclick=''document.execCommand("Bold"); foo.focus();''>
      <input type=button value="斜体" unselectable="on" onclick=''document.execCommand("Italic"); foo.focus();''>
      <input type=button value="下划线" unselectable="on" onclick=''document.execCommand("Underline"); foo.focus();''>
      <input type=button value="黑体" onclick=document.execCommand(''FontName'',false,''黑体'')>
      <input type=button value="7号字" onclick=document.execCommand(''FontSize'',false,7)>
      <input type=button value="红色字" onclick=document.execCommand(''ForeColor'',false,''#ff0000'')>
      <br>
      <div id="foo" contenteditable align="left" style="height:230px; width:350px; background-color:white;font-face:Arial; padding:2; border:inset powderblue; scrollbar-base-color:powderblue; overflow:auto;" onkeypress="msgform.msg_book.value=foo.innerHTML;">
      </div>
      </div>
      <textarea name="msg_book" cols="50" rows="10" style="display:none"></textarea>


Copyright 2006-2008 Powered By ASP188.CN 京ICP备07500521号 .