学院首页
>
网页制作
>
心得技巧
>显示浏览器名称及版本号
显示浏览器名称及版本号
作者:未知 来源:未知 添加时间:2006-5-21 10:10:55
您使用的浏览器是:Microsoft Internet Explorer 4
请在<body>与</body>之间加入下面的代码
<script>
<!--
window.document.write(navigator.appName)
document.write(' ');
window.document.write(parseInt(navigator.appVersion))
// -->
</script>
上一篇:
网站LOGO设计规范的思考
下一篇:
显示访问者的操作系统
站内搜索