たったこれだけ。
var isMSIE = /*@cc_on!@*/false;”
サンプル。
<html>
<script language="javascript">
var isMSIE = /*@cc_on!@*/false;
if (isMSIE) {
alert('IE!');
} else {
alert('not IE!');
}
</script>
<body>
</body>
</html>
たったこれだけ。
var isMSIE = /*@cc_on!@*/false;”
サンプル。
<html>
<script language="javascript">
var isMSIE = /*@cc_on!@*/false;
if (isMSIE) {
alert('IE!');
} else {
alert('not IE!');
}
</script>
<body>
</body>
</html>