woofie's toolbox - javascript for webtv

There are key things to note: Below are some tips to create desired effects.

How to get the box to load all images on the next page before displaying that page.

On pages where images are loaded dynamically, such as in games like WebTV Minesweeper, the goal is to have all the images loaded before the page displays so that the user is not waiting during the game for blank areas to fill in. To make sure all the images are loaded before hand, explicitly load the images using javascript. You can do this by making a subroutine to load the images as shown below. You need only to load images that aren't already called for in <img> Add a line of code to set one of the images on the page to the last image