biddingbong
IS-IT--Management
Wat I want is the time take in seconds.milliseconds which the page took to load.
I've been thinking sonething like this:
<%
Get the time
%>
<html>
<head><title></title></head>
<Body>
talbes, images...etc...
</body>
<%
Get second time
Compare the 2 times
response.write the difference
%>
</html>
I dont know if the logic is good and also I dont know how to capture the time and display it in seconds.milliseconds
I've been thinking sonething like this:
<%
Get the time
%>
<html>
<head><title></title></head>
<Body>
talbes, images...etc...
</body>
<%
Get second time
Compare the 2 times
response.write the difference
%>
</html>
I dont know if the logic is good and also I dont know how to capture the time and display it in seconds.milliseconds