Welcome Guest, Not a member yet? Register   Sign In
help? js
#1

[eluser]Captain_Fluffy_Pants[/eluser]
For some reason my javascript isnt working?
Code:
<html>
<head>
<title><?php echo $title;?></title>
<meta name="viewport" content="width=device-width" />
<!--CSS-->
<link href="//moar.lulzlab.com/css/bootstrap.css" rel="stylesheet" />
<!--JS-->
<sript type="text/javascript" src="//moar.lulzlab.com/js/bootstrap.js"></sript>
<sript type="text/javascript" src="//moar.lulzlab.com/js/jquery.js"></sript>
<sript type="text/javascript" src="//moar.lulzlab.com/js/scripts.js"></sript>
&lt;!--Google Analytic's--&gt;
<sript type="text/javasript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-34350337-1']);
  _gaq.push(['_setDomainName', 'lulzlab.com']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s[removed].insertBefore(ga, s);
  })();

</sript>
&lt;/head&gt;
do any of you know why?
by the way i put "sripts" instead of "scripts" because if you put that for some reason it says "removed"


Messages In This Thread
help? js - by El Forum - 09-22-2012, 02:22 PM
help? js - by El Forum - 09-22-2012, 02:58 PM
help? js - by El Forum - 09-22-2012, 03:59 PM
help? js - by El Forum - 09-22-2012, 04:33 PM
help? js - by El Forum - 09-22-2012, 04:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB