SteelSeries Gauges: Difference between revisions

1 byte removed ,  11:33, 19 December 2012
No edit summary
Line 62: Line 62:
If you want to redirect browsers that do not have scripting enabled, then you will have to do this in the HTML file itself. In the header section add the following code:  
If you want to redirect browsers that do not have scripting enabled, then you will have to do this in the HTML file itself. In the header section add the following code:  


  <noscript>
  <noscript>
   <meta http-equiv="refresh" content="3; url=index.htm"/>
   <meta http-equiv="refresh" content="3; url=index.htm"/>
   </noscript>
   </noscript>