View Full Version : Dont work!!!!


Squeaks12
08-04-2004, 03:13 AM
I got this splash page code here along with the music video code i put in it but I believe it is the splah page that is no longer working. I looked around and didnt see any others that are working. Could someone please help me?

</script>
<script type='text/javascript'>
function enterSite() {
document.getElementById('splash').style.display = 'none';
var content = document.getElementsByTagName("center");
for (var i=0; i<content.length;i++) {
content[i].style.display = 'block';
}
return false;
}

if (document.title.slice(-10) == 'Xanga Site') {
document.write('</span></center><style type="text/css"> center {display:none;} .image {border:0px solid #FF99CC;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="<embed src="URL" width="320" height="240" autostart="True" showcontrols="True"></embed>" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>

JiNgLeBeLLz77
08-04-2004, 04:17 AM
it does work =] try putting it as the FiRST code in your header...