|
This JavaScript navigation
menu sends users to
other Web page/site upon
link selection change. It
works by using the onChange
function of the SELECT
object to tell the window to
load a new document. The
URLs of the documents to
jump to are given by the
VALUE of the various OPTION
tags contained in the SELECT.
Date: Sep, 28 1999 |