Template:Team:USTC-Software/header-n3

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
     <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/header_style?action=raw&ctype=text/css" type="text/css" media="screen" title="no title" charset="utf-8">
     <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/header_style?action=raw&ctype=text/css" type="text/css" media="screen" title="no title" charset="utf-8">
      
      
 +
<script>
 +
document.execCommand(”BackgroundImageCache”, false, true);
 +
(function(){
 +
    /**//*Use Object Detection to detect IE6*/
 +
    var  m = document.uniqueID /**//*IE*/
 +
    && document.compatMode  /**//*>=IE6*/
 +
    && !window.XMLHttpRequest /**//*<=IE6*/
 +
    && document.execCommand;
 +
   
 +
    try{
 +
        if(!!m){
 +
            m("BackgroundImageCache", false, true) /**//* = IE6 only */
 +
        }
 +
       
 +
    }catch(oh){};
 +
})(); 
 +
</script>
Line 37: Line 54:
    
    
-
<script>
 
-
document.execCommand(”BackgroundImageCache”, false, true);
 
-
 
-
 
-
(function(){
 
-
    /**//*Use Object Detection to detect IE6*/
 
-
    var  m = document.uniqueID /**//*IE*/
 
-
    && document.compatMode  /**//*>=IE6*/
 
-
    && !window.XMLHttpRequest /**//*<=IE6*/
 
-
    && document.execCommand;
 
-
   
 
-
    try{
 
-
        if(!!m){
 
-
            m("BackgroundImageCache", false, true) /**//* = IE6 only */
 
-
        }
 
-
       
 
-
    }catch(oh){};
 
-
})(); 
 
-
</script>
 
</body>
</body>
</html>
</html>

Revision as of 07:43, 25 September 2012

global_header