SteelSeries Gauges: Difference between revisions

5 bytes removed ,  11:26, 19 December 2012
No edit summary
Line 58: Line 58:




== Browser Redirects ==
== Browser Redirects ==


If you want to redirect browsers that do not have scripting enabled, then you will have to<br>do this in the HTML file itself. In the header section add the following code:<br> &lt;noscript&gt;<br> &lt;meta http-equiv="refresh" content="3; url=index.htm"/&gt;<br> &lt;/noscript&gt;<br>Obviously with the url changed to where ever you want redirect pointing.
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:  


  &lt;noscript&gt;
  &lt;meta http-equiv="refresh" content="3; url=index.htm"/&gt;
  &lt;/noscript&gt;


Obviously with the url changed to where ever you want the redirect pointing.


== Changing Languages ==
== Changing Languages ==