|
Post by Fredy on Sept 1, 2006 18:31:25 GMT
Ya, i knowq theres already one of these somewhere in this board, but that one used iframes and php and... i don't rememebr what lol this one is much simpler because its jsut a simple copy and paste code and then putting your saybox code in. well, here it is: <div id="cload"> <center> Loading...</center> </div> <div id="xload" style="display: none;"> Saybox Code Here</div> <script type="text/Javascript"> document.getElementById("xload").style.display = ""; document.getElementById("cload").style.display = "none"; </script> edit green with what you want it to say while its loading edit red with oyur saybox code
|
|