View Full Version : enter message-picture


stef219
11-07-2004, 01:35 AM
does anyone have a code for a welcome sign. lik u click it and it goes to ur xanga instead of ur xanga just popping up?..i cant really explain it :idea:

bLondcHerryx9
11-07-2004, 01:47 AM
yes i have it! you make an enter page or you get one from a website then put the url in the code where it says your link here!!!


<!-- begin code provided by createblog.com -->

<script type='text/javascript'>
// intro splash page by micron
// for more xanga scripts and help go to createblog.com

// change this url to an image of your choice
var image = 'YOUR LINK HERE';

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:1px solid #dcdcdc;} </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="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>

<!-- end code provided by createblog.com -->