TOP /ちょこっとJavaScript IE以外を他のページにジャンプ

<script type="text/javascript"><!--
str = navigator.appName.toUpperCase();
if (str.indexOf("EXPLORER") < 0)
location.href = "../index.html";
// --></script>

javascriptを使用しない
HTML/IE以外を他のページにジャンプ