How to display a wait image while loading page

How can I please display an image while the page is loading .Thanks in advance.
[93 byte] By [WebServicea] at [2007-11-27 5:59:58]
# 1

You can do this by using javascript.

Design the page with two main divs (the second is invisble and holds the image).

For example: If you click on a button, that loads a new page, make an "on..."-Skript for the button; make the actual main div with the content invisible, and make the invisible div with the image visible.

Now, while the new page is loaded and rendered, your image is shown.

UlrichCecha at 2007-7-12 16:37:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...