Log In · Register

 
splash page problems
Coffee_Juice_T
post Sep 23 2004, 04:12 PM
Post #1


Member
**

Group: Member
Posts: 10
Joined: Sep 2004
Member No: 50,941



ok i got a splash code from this website: splash code and im having a couple problems. one is that every page i got to it shows the splash creen again which is a bit annoying. is there a script for one that will show it only once when u first enter the site? and also on my profile link the splash screen doesnt even work properly, it just shows the pic and isnt clickable to enter or wtvr. profile ok so ne ur help is greatly appreciated, if u have a good script plz post it.
 
 
Start new topic
Replies
TrannieL
post Sep 23 2004, 05:45 PM
Post #2


I never give 4/10
*****

Group: Member
Posts: 627
Joined: Aug 2004
Member No: 45,375



Try the code in Create Blog:

QUOTE
<!-- 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 = 'http://www.createblog.com/images/huddled.jpg';

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 -->


- Tran -
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: