
jsView: Demos: One Two Three Four Five Spec.s Doc
The five jsView
Applet demos are presented
here in pop-up windows.
This demo is the MouseOver Text Links demo.
Show
This Demo
go to next demo
The jsView
Applet is controlled from JavaScript, not html parameters.
Basic knowledge
of JavaScript is *required* to use the applet.
In this demo,
six "thumbnail" images are clicked to change the image in the
applet. The JavaScript function jsviewDo( ) is attached to each,
informing the applet of which image to use. Right-click on a blank area
of the page in the demo window and use View Source to see how it's done.
The jsViewDo( )
function sets the image used, the link for that image (if any),
and the target for the image (window or frame).
This is a syntax
example of the jsviewDo( ) function:
jsviewDo("image.gif","http://www.somesite.com","_top")
image.gif - the image (relative path)
http://www.somesite.com - the link (absolute path)
_top - the target (window or frame, same as html)
,.........................................................................................................................................
|