Print Page | Close Window

This page was generated in 0.5938 seconds

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4679
Printed Date: 02 April 2026 at 11:23am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: This page was generated in 0.5938 seconds
Posted By: outercircle1
Subject: This page was generated in 0.5938 seconds
Date Posted: 02 August 2003 at 6:34am

where can i get the script that generates :

 

This page was generated in 0.5938 seconds.

thanks

steven

 




Replies:
Posted By: zeid
Date Posted: 02 August 2003 at 6:56am
this function could found just in 7.1 version, and it can be added from the admin tools

-------------
Z e i D!


Posted By: outercircle1
Date Posted: 02 August 2003 at 7:08am

Hi

got this script. will show time in browser bar at bottom

 

<script type="text/javascript">

<!--
 var debut = new Date;
 debut = debut.getTime();
//-->
</script><body>
<body onLoad="loadtime();">
</body>
<script type="text/javascript">
<!--
function loadtime()
{
 var fin = new Date;
 fin = fin.getTime();
 var ecart;
 ecart = (fin-debut)/1000;
 window.status='Load time : ' + ecart + ' seconde(s)';
}
// -->
</script>



Posted By: outercircle1
Date Posted: 02 August 2003 at 7:18am

Can any one get this script to show in text on the page???

thanks

steven

cant be php

 




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net