blob: d14422c9319e0aff1bde91c932905caf510207cd (
plain)
1
2
3
4
5
6
7
8
|
<html>
<BODY onload="
document.designMode='on';
document.replaceChild(document.createElement('HTML'), document.firstChild);
document.queryCommandValue('backcolor');
">
</body>
</html>
|