Home
About
Specials
Web Design
Used Items
Tech
Links
Contact
Guestbook
Fort Myers
Hobbies

 

This site enhanced for

This WCCS Web Site is Optimized for the Internet Explorer Current Version
Tips BenchMark

Here's a useful script for checking how fast a web page loads in your browser. The pop-up alert box you saw when this page loaded shows you how this works.

Insert the following code into the "Beginning of Body" for the page you wish to troubleshoot:

    <script><!--

    x = new Date()
    function cal() {
    y = new Date()
    diff = y.getTime() - x.getTime()
    alert("It took " + diff/1000 +
    " seconds to load this page")
    }

    //--></script>


Insert this script into the "Inside Body Tag" field of the "Layout HTML" window:

    onload=cal()

... That's it.

You are here: Home > Web Design > Web Tips > Tips BenchMark

All Prices mention on this web site are Subject to Change at any time.
All Pages are design and copyright Ó 1999,2000,2001 David Ward