摘要: <script type="text/javascript"> document.write("navigator对象的方法"+"<br>"); if(navigator.javaEnabled()) { document.write("浏览器支持并启用了Java的方法!"); //提示用户支持Ja 阅读全文
posted @ 2015-07-07 16:55 程序猿凯 阅读(1896) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> with(document) { write("你的浏览器信息:<ol>"); write("<li>代码:"+navigator.appCodeName); write("<li>名称:"+navigator.appName); wr 阅读全文
posted @ 2015-07-07 16:20 程序猿凯 阅读(499) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2015-07-07 14:59 程序猿凯 阅读(492) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2015-07-07 14:38 程序猿凯 阅读(503) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2015-07-07 12:00 程序猿凯 阅读(430) 评论(0) 推荐(0)