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