Write a "Boot Loader" page that displays a randomly chosen fashionable boot when the "Load Boot" button is clicked. Start from this HTML skeleton. (sample solution)
loader.php on Webster when the 'Load boot' button is clicked.
img tag into the page that points to that image.
id of loading that can be used to show an animated image while the page is waiting. Set its display DOM CSS property appropriately.
alert on errors so the user knows something went wrong.
Don't try to display the boot image when there is an error.
You can view the solution javascript file here.