Add A Splash Page On Your Site

T his is a very nice effect to give your visitors a little insite or heads up on what your site has to offer.

W e have tested the code in IE5.5, IE6, Netscape4.08 and Netscape7.0. This script worked well in all platforms with the exception of Netscape7.0 where the following variation was observed.

1)    The only variation that does not effect the operation of this script is that the "Skip Intro" link is not positioned at the bottom right corner of the page.
1a)   The "Skip Intro" link is positioned in the upper right corner of the page.

D epending on your knowledge of HTML and java scripts, this is an easy one step copy and paste as a complete HTML document. If you would like to see how this effect works, see the Demo link below and it will be redirected right back here. This is what it will look like on your site, with your modifications to look the way you want it to.
Demo ]

Below are the sections that you can make your reconfigurations within this script.

//Specify the paths of the images to be used in the splash screen, if any.
//If none, empty out array (ie: preloadimages=new Array())
var preloadimages=new Array
("Path To Image You Want To Preload","Path To Image You Want To Preload")
//configure delay in miliseconds between each message (default: 2 seconds)
var intervals=2000
//configure destination URL
var targetdestination="Path To Page You Want To AutoJump To"

//configure messages to be displayed
//If message contains apostrophe('), backslash them (ie: "I\'m fine")

var splashmessage=new Array()
var openingtags='<font face="Arial" size="4">'
splashmessage[0]='Your Message Here'
splashmessage[1]='Your Message Here'
splashmessage[2]='Your Message Here'
splashmessage[3]='Your Message Here'
splashmessage[4]='Your Message Here'
splashmessage[5]='Your Message Here'
var closingtags='</font>'

//Do not edit below this line (besides HTML code at the very bottom)

I f you want to either add or remove messages, just follow the sequence and be sure all messages are before the var closingtags=</font>'

T o clarify the below line of script when setting the time delay between messages.

//configure delay in miliseconds between each message (default: 2 seconds)
var intervals=2000

2000 = 2 Seconds
3000 = 3 Seconds
4000 = 4 Seconds
5000 = 5 Seconds

Y ou can also change the font style, size and color of the messages in the below part of the script. Do this by adding a complete font tag( which by the way is proper HTML coding).Reason being for the use of a complete font tag with three (3) font styles is so if the computer that is viewing the page does not have the first style specified, it will automatically go to the second style specified.

Default Font Tag

var openingtags='<font face="Arial" size="4">'

Complete Reconfigured Font Tag

var openingtags='<font face="georgia,arial,helvetica"size="3"color="#ba55dc">'

B elow is the very bottom of the script that you need to change the URL path.

<!--Set href in below link to the URL of the target destination-->

<div align="right">
<table border="0" width="200" height="100%" cellspacing="0" cellpadding="0">
<td width="100%" valign="bottom" align="right">
[ <a href="Path Or URL To Destination Page"><font color="#FFFFFF">Skip Intro</font></a> ]
</td>
</table>
</div>

I f you would like to add this effect into your pages, just grab the below link and you are there. If you have any problems with this, feel free to contact us.
Get Code Here ]

[ Yahoo! ] options

Search Our Site By Individual letter

A ]  [ B ]  [ C ]  [ D ]  [ E ]  [ F ]  [ G ]  [ H ]  [ I ]  [ J-K ]  [ L ] 
M ]  [ N-O ]  [ P-Q ]  [ R ]  [ S ]  [ T ]  [ U-V ]  [ W ]  [ X-Y-Z ] 

Little Tips Directory

Page 1  ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5  ] [ Page 6  ] [ Page 7  ]

Index Page 1 ] [ Index Page 2 ] [ Index Page 3 ] [ Index Page 4 ] [ Index Page 5 ]
Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ]
Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ]

News Letter Archives ] [ Navigation Page ] [ Archives Of Published Material ]
Link To Us ] [ Alphabet Index ] [ Feedback ] [ On Line Support ] [ FAQ ]
Webmaster Utilities ] [ Casino ] [ Banner Exchange ] [  Advanced Site Search ]

  

If you are part of the ever growing number of webmasters who enjoy sharing your knowledge with others on web design, join The Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today

This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.

Copyright © Consigliere Ltd., All Rights Reserved. 2001-