Quote:
Originally Posted by Lynne
I would guess you are missing some other javascript that is in the head of the page. Look to see if any functions are called and then look through the .js files to find those functions.
|
I found these three blocks ....
HTML Code:
<!-- VigLink: http://viglink.com -->
<script type="text/javascript">
var vglnk = { key: '967048c458c373aa407901f33e6611a9' };
(function(d, t) {
var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
s.src = '//api.viglink.com/api/vglnk.js?key=' + vglnk.key;
var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
}(document, 'script'));
</script>
<!-- end VigLink -->
HTML Code:
window.onload = function() {
var cpost=document.location.hash.substring(1);var cpost2='';if(cpost){ var ispost=cpost.substring(0,4)=='post';if(ispost)cpost2='post_'+cpost.substring(4);if((cobj = fetch_object(cpost))||(cobj = fetch_object(cpost2))){cobj.scrollIntoView(true);}else if(ispost){cpostno = cpost.substring(4,cpost.length);if(parseInt(cpostno)>0){location.replace('http://www.ps3trophies.com/forums/showthread.php?p='+cpostno);};} }
if(typeof window.orig_onload == "function") window.orig_onload();
}
HTML Code:
<script type="text/javascript"><!--
window.google_analytics_uacct = 'UA-612543-2'; window.google_analytics_domain_name='.ps3trophies.com'; var _gaq = _gaq || []; _gaq.push(['_setDomainName', '.ps3trophies.com'], ['_setAccount', 'UA-612543-2'], ['_setVar', 'usergroup-1-Unregistered / Not Logged In'], ['_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.parentNode.insertBefore(ga, s); })();
//--></script>
I hope it's one of those ......
I should do now?
Thanks Lynne.