How Long?   
 

How long does is take to load a page?

<html>
<head>
<script><!--

/************************************************************************
This script is written by Edward Yim (eyim@netvigator.com).
************************************************************************/

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

//--></script>

<body onload=cal()>

Body of the Web Page Goes Here

</body>
</html>


My3C's
perrychicker
It's easy... it's a PSACAKE!
Back | Tell A Friend | Search this Site
© 1998 - 2010 psacake.com
Version 3.23

Send me One Million FREE Guaranteed Visitors