Template:Team:KIT-Kyoto/browser

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <script type="text/javascript"> var ua = navigator.userAgent; var IE = ua.match(/msie/i), IE6 = ua.match(/msie [6.]/i), IE7 = ua.match(/msie [7.]/i), IE8 = ua....")
Line 1: Line 1:
<html>
<html>
<script type="text/javascript">
<script type="text/javascript">
-
var ua = navigator.userAgent;
+
var ua = window.navigator.userAgent.toLowerCase();
var IE = ua.match(/msie/i),
var IE = ua.match(/msie/i),
     IE6 = ua.match(/msie [6.]/i),
     IE6 = ua.match(/msie [6.]/i),

Revision as of 05:15, 11 September 2014