BTW: to send smth. to console in web inspector use this js code in your web application:
<script type="text/javascript">
/*<![CDATA[*/
if(typeof(console)=='object')
{
console.group("Application Log");
console.log("Your message");
console.groupEnd();
}
/*]]>*/
</script>
Комментариев нет:
Отправить комментарий