splash page, not working... |
splash page, not working... |
Nov 7 2005, 03:30 PM
Post
#1
|
|
|
Argh? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 745 Joined: Mar 2005 Member No: 109,836 |
i tryed both of the codes and they didnt work
|
|
|
|
![]() |
Nov 7 2005, 09:18 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
I thought there was only one splash code....
Err try this one. CODE <script type='text/javascript'>
// intro splash page by micron // change this url to an image of your choice var image = 'URL OF YOUR IMAGE 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> |
|
|
|
Nov 7 2005, 10:25 PM
Post
#3
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
QUOTE(Kenado @ Nov 7 2005, 9:18 PM) I thought there was only one splash code.... Err try this one. CODE <script type='text/javascript'> // intro splash page by micron // change this url to an image of your choice var image = 'URL OF YOUR IMAGE 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> REMEMBER TO PUT IT IN THE BEGINNING/TOP OF THE WEBSTATS BOX! |
|
|
|
warriors1035 splash page Nov 7 2005, 03:30 PM
Jeng did you try putting them in where they belong..lik... Nov 7 2005, 04:19 PM
warriors1035 ooooo... webstats?
in the xanga scripts ones that... Nov 8 2005, 09:07 AM
Kenado It worked for me when I put it in my header.
http:... Nov 8 2005, 09:36 AM
warriors1035 er... i forgot to update.. um ya... i put in the b... Nov 8 2005, 10:45 AM
Kenado Topic Closed. Nov 8 2005, 12:04 PM![]() ![]() |