splash page problems |
splash page problems |
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.
|
|
|
|
![]() |
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 - |
|
|
|
Coffee_Juice_T splash page problems Sep 23 2004, 04:12 PM
avalon* check out the splash screen script we have here, j... Sep 23 2004, 04:27 PM
Coffee_Juice_T does it load only when u first enter the site? Sep 23 2004, 04:53 PM
waccoon It should only happen when you view the main blog.... Sep 23 2004, 05:36 PM
Coffee_Juice_T thank you! it still puts it up everytime u go... Sep 23 2004, 08:01 PM![]() ![]() |