|
Image Mapping
The click points
are created by the
use of coordinates
in a map file
ttest.jpg
|
The Code
It's really pretty simple.
<a href="test.map"><img src="ttest.jpg" border=0 ISMAP></a>
The ttest.jpg is the image and a map file like this maps the points to the URL:
test.map
circle ~/index.php3 25,33 25,43
circle ~/index.php3 25,80 25,90
circle ~/index.htm 25,140 25,150
circle ~/index.html 25,200 25,210
|
A PHP List Selector
|