or

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />[WebMethod] public static string EmitHtml(string Msg) { return "<div style=\"height:100px; width:100px; background-color: #808000;\">\" TEST \"</div><br/>"; } function onGotHtml(Html) { $get('divContainer').innerHTML = Html; }