Example of pre-loading a picture.

First the picture will be loaded normally to show how long it takes (73KB). Then a picture will be cashed for later use. The cashing will be done while the observer is looking at the first picture. Then when the button is pushed, the cashed picture will be quickley dropped into the reserved space. FPE is used to set this paragraph up and load the picture normally. Then the JavaScript part was done by hand.

 

   space for 109KB picture

Drop This Picture Into the Reserved Space

 

When going to FPE, I see that there is a WebBot Component where I put the JavaScript. If I right click on it and choose Script Properties, I see the JavaScript that I just wrote on the HTML Notepad page. I could have inserted the script from FPE. Then I would not have had to manually enter the <script language="javascript"> <!--