Online text editor

Source: Internet
Author: User
Tip: you can modify some code before running

<!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 http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>Online Editor</title><style type="text/css">Body {padding: 0px 0px 0px; margin: 0px 0px 0px 0px;/* border: 1px green dashed ;*/}. border {border: 1px solid gray; padding: 1px; cursor: pointer; font-size: 12px; text-align: center; vertical-align: middle ;}. ge {width: 10px ;}</style><script language="javascript">Var txt = ""; var t = ""; window. onload = function(registry.editconfig(registry.editarea.doc ument. body. contentEditable = "true"; EditArea. focus (); edit () ;}function $ (id) {return document. getElementById (id);} function code () {if (t = "c") return; txt = editarea.document.body.innerhtml#editarea.doc ument. body. innerText = txt; tag. innerHTML = "current code mode"; EditArea. focus (); t = "c";} function edit () {if (t = "e") return; txt = editarea.document.body.innertext=editarea.doc ument. body. innerHTML = txt; tag. innerHTML = "current design mode"; EditArea. focus (); t = "e" ;}function adding () {var I = parseInt ($ ("EditArea "). style. height) + 100; $ ("EditArea "). style. height = I; try {parent.doc ument. getElementById ("xF "). style. height = parseInt(parent.doc ument. getElementById ("xF "). style. height) + 100;} catch (e) {// alert (e. message) ;}} function subtract () {var I = parseInt ($ ("EditArea "). style. height)-100; if (I <= 0) return; $ ("EditArea "). style. height = I; try {parent.doc ument. getElementById ("xF "). style. height = parseInt(parent.doc ument. getElementById ("xF "). style. height)-100;} catch (e) {// alert (e. message) ;}} function editconfig () {try {var x = parseInt(parent.doc ument. getElementById ("xF "). style. width); var y = parseInt(parent.doc ument. getElementById ("xF "). style. height); $ ("EditArea "). style. width = X-5; $ ("EditArea "). style. height = Y-30;} catch (e) {// alert (e. message );}}</script></head><body><table border="0" cellspacing="0" cellpadding="0"><tr> <td><iframe id="EditArea" name="EditArea" frameborder="0" scrolling="auto" ></iframe></td></tr><tr> <td ><div >Design Mode Code mode</div> <div id="tag" ></div> <div >+-</div></td></tr></table></body></html>
Tip: you can modify some code before running

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.