1 2 3 4 5 6 7 8
<html> <BODY onload=" document.designMode='on'; document.removeChild(document.firstChild); document.queryCommandState('BackColor'); "> </body> </html>