Author: andre
Date: 2009-08-10 15:55:00 +0200 (Mon, 10 Aug 2009)
New Revision: 37645

Modified:
   openimages/trunk/src/main/webapp/html/video-test.html
Log:
added a line when a browser knows nothing about the video-tag (like IE8)


Modified: openimages/trunk/src/main/webapp/html/video-test.html
===================================================================
--- openimages/trunk/src/main/webapp/html/video-test.html       2009-08-10 
13:36:09 UTC (rev 37644)
+++ openimages/trunk/src/main/webapp/html/video-test.html       2009-08-10 
13:55:00 UTC (rev 37645)
@@ -38,6 +38,8 @@
         }
         
         
+    } else {
+        document.write("This browser does not recognize the video tag.");
     }
 
 </script>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to