1 2 3 4 5 6 7
<html> <head> </head> <body onload="try { document.execCommand('inserthtml', false, '0'); } catch(e) { }"><span id="textarea" contenteditable="true">is</span></body> </html>