Hey, Anyone Know Why This Code Won't Work?
CheersHTML Code:<head> <SCRIPT TYPE="text/javascript" LANGUAGE="javascript"> <!-- PreLoad Wait - Script --> <!-- This script and more from http://www.rainbow.arch.scriptmania.com function waitPreloadPage() { //DOM if (document.getElementById){ document.getElementById('prepage').style.visibility='hidden'; }else{ if (document.layers){ //NS4 document.prepage.visibility = 'hidden'; } else { //IE4 document.all.prepage.style.visibility = 'hidden'; } } } // End --> </SCRIPT> </head> <BODY onLoad="waitPreloadPage();"> <DIV id="prepage" style="position:absolute; font-family:arial; font-size:16; left:0px; top:0px; background-color:white; layer-background-color:white; height:100%; width:100%;"> <TABLE width=100%><TR><TD><B>Loading ... ... Please wait!</B></TD></TR></TABLE> </DIV> <!-- Copyright 2006 Blittz.net and Ed Neely All Rights Reserved --!> <!-- Title --!> <title>Blittz.Net</title> <!-- Title --!> <frameset cols="17%,*" frameborder="0" border="0"> <frame marginwidth="5" marginheight="5" src="player.html" noresize border="0" frameborder="0"> <frame src="two.html" marginwidth="0" marginheight="0" noresize frameborder="0" border="0"> </frameset> <!-- No Frames --!> <noframes> Get A New Browser To See Blittz.Net! </noframes> <!-- No Frames --!> <!-- End Of FrameSet --!> </frameset> <!-- End Of FrameSet --!> <!-- Copyright 2006 Blittz.net and Ed Neely All Rights Reserved --!> </BODY>
-Ed








