Last Modified
This javascript code will allow you to display the date of the page's last modification:
<script language="javascript">
|
Preload your Images
This script will allow you to preload your images and let your navigator restore them fast when your page opens, in this example we will preload the image splash.jpg that exists in the same directoruy as your page:
<script language="javascript">
|
Loading Time
In the following tutorial we will learn how to display the page's loading time in the status bar of your navigator, you have to insert the following code between the <head> and </head> tags:
<script language="javascript">
|
The following code must be inserted inside the <body> tag this way :
<body onLoad="loadtime()"> |



