¤½¤Î£±
¤¿¤Ö¤ó¡¢IE ¤ËÂФ¹¤ë¥Ö¥Ã¥¯¥Þ¡¼¥¯¥ì¥Ã¥ÈÍѤΥץí¥Æ¥¯¥È¤Ç¤¹¡£
³°Éô¥É¥á¥¤¥ó¤ò»²¾È¤¹¤ë¤è¤¦¤Ê¥Ö¥Ã¥¯¥Þ¡¼¥¯¥ì¥Ã¥È¤¬Æ°¤«¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£
( IE °Ê³°¤Ç¤Ï»î¤·¤¿»ö¤¢¤ê¤Þ¤»¤ó¡£)
<script type="text/javascript" charset="utf-8">
// this must be set absolutely before any other script on the app is loaded for IE7
document.domain = 'twitter.com';
</script>
¤½¤Î£²
Firebug ¤¬¼Â¹ÔÃæ¤Ç̵¤¤¾ì¹ç¤Ë¥¨¥é¡¼¤Ë¤Ê¤é¤Ê¤¤¤è¤¦¤Ë¤·¤¿¤â¤Î¤Ç¡¢
¥Ú¡¼¥¸¤Î¥Ç¥Ð¥Ã¥°¤ò¤¤¤Ä¤Ç¤â¤Ç¤¤ë¤è¤¦¤Ë¤¹¤ë°Ù¤ÎÆü쥪¥×¥·¥ç¥ó¤À¤È»×¤¤¤Þ¤¹¡£
»È¤¤Êý¤È¤·¤Æ¤Ï¡¢JavaScript ¤«¤é Firebug ¤Î¥³¥ó¥½¡¼¥ë¤ËľÀܽÐÎϤ¹¤ë¤è¤¦¤Ê
¥Æ¥¹¥È¤ò¤¹¤ë¤Î¤Ç¤·¤ç¤¦¤¬¡¢¤½¤Î½èÍý¤òËä¤á¹þ¤ó¤À¤Þ¤Þ¤Ç¤â±¿ÍѤǤ¤ë¤è¤¦¤Ë¤¹¤ë
°Ù¤À¤È»×¤ï¤ì¤Þ¤¹¡£
Console API - FirebugWiki
<script>
var TIME = +new Date;
if (!window.console) {
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
"group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
window.console = {};
for (var i = 0; i < names.length; ++i)
window.console[ names[ i ] ] = function() {}
}
</script>
¤½¤Î£³
¤ß¤¿¤Þ¤Þ¤Ç¤¹¤¬¡¢IE6 °ÊÁ°¤Î¥Ö¥é¥¦¥¶¤Î°Ù¤Î¤Ê¤ó¤é¤«¤Î½èÍý¤Ç¤¹¤¬¡¢
²Ë¤Ê»þ¤Ë¸«¤Æ¤ß¤Þ¤¹¡£¤Þ¤À IE6 Æ°¤¯´Ä¶¤¢¤ë¤Î¤Ç¡£
<!--[if lte IE 6]>
<script src="http://a0.twimg.com/a/1288470193/javascripts/phoenix/phxie6.bundle.js"></script>
<![endif]-->
IE ÍѾò·ï¥³¥á¥ó¥È : ¥Ð¡¼¥¸¥ç¥ó ¥Ù¥¯¥¿