//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("http://abstract.simplenet.com/point.gif","http://abstract.simplenet.com/point2.gif") //configure delay in miliseconds between each message (default: 3 seconds) var intervals=2000 //configure destination URL var targetdestination="http://www.ptnc.com/kidworks/default1.htm"
//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" color=white>' splashmessage[0]='' splashmessage[1]='' splashmessage[2]='' splashmessage[3]='' splashmessage[4]='' splashmessage[5]='' splashmessage[6]='' splashmessage[7]='' var closingtags='</font>'
//Do not edit below this line (besides HTML code at the very bottom)
var i=0
var ns4=document.layers?1:0 var ie4=document.all?1:0 var ns6=document.getElementById&&!document.all?1:0 var theimages=new Array()
//preload images if (document.images){ for (p=0;p<preloadimages.length;p++){ theimages[p]=new Image() theimages[p].src=preloadimages[p] } }
function displaysplash_ns(){ if (i<splashmessage.length){ sc_ns.visibility="hide" sc_ns.document.write('<b>'+openingtags+splashmessage[i]+closingtags+'</b>') sc_ns.document.close()
DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.