iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuring the iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide523346-002
7-47
Creating an Image Map File
circle (x1,y1) radius url
This directive defines a circle in terms of the center of the circle (x,y) and the
radius. For example:
circle (100,100) 10 /target/bullseye.html
polygon (x1,y1) (x2,y2) (x2,y3) ... url
This directive defines a polygon in terms of the vertices of the shape. For example,
a triangular region is defined by:
polygon (0,0) (0,10) (10,10) (0,0) /corner.html
There can be any number of vertices.
default url
This directive defines the default URL that is returned if the selected coordinate
does not match any of the areas in the image map. A default directive is required
for each image map file.
URL Formats
You can specify URLs in image map directives in three different formats: full URL,
server-relative URL, and relative URL.
Full URL
URLs in full format are fully qualified. They include both the method of access and the
server name. For example:
http://www.compedia.com/index.html
ftp://crl.dec.com/pub/misc/
Server-Relative URL
URLs in server-relative format begin with a slash (/) and refer to an object on the
server. For example:
/personal/unerd/home.html
/feedback.cgi
Relative URL
URLs in relative format refer to an object relative to the location of the image map file.
For example:
target.html
foundation/index.html