Bob's Digital Photo Gallery

 

 HTML and JavaScript

 

FrontPage 2002 Java Applet Demos

These are features built into FrontPage.

 

A few JavaScript Notes

The following scripts come from books or examples I found on the Net. I've used my own images.

 

 

The HTML Tags Map and Area are used to define an area of an image that can be assigned a URL.

 

   

Rollovers

This action uses the script elements "onMouseover and onMouseout" to create what is called the rollover effect.
These elements would normally be used when the visitor clicks on a small button and it then looks like it was pressed.

 

Random Image

Display a random image when page the loads.
 

Slide Shows

A simple slideshow; user manually moves forward or backward.
 

An automatic slide show album.

 

 

A JavaScript Photo Album that I copied from the Net. It was simple to substitute my images. It's going to take some studying before I understand all the code.

Back