ISMAP Clickable Image Support

GLACI-HTTPD support ISMAP clickable images. ISMAP support is integrated directly in the web server, so there is no need to implement it through CGI scripts. In fact, all you need to do is create a map file and name it with a .MAP extension. It is that simple! The source map file for our ISMAP example is shown below.

# TEST.MAP - Created 03/14/96 by Thad Phetteplace
# ISMAP Clickable Image Sample MAP file
#

# The default document loaded when we click outside of any shapes
default  default.htm

# The On-Line Manual
circle  httpd.htm  155,207 213 207 

# Web Based Configuration
rect    config.htm 260,149 425,256

# Show this source MAP file
poly    ismap.htm  258,36 190,124 334,124

# The NetBasic Page
poly    netbasic.htm  270,10 330,84 479,84 406,10


info@glaci.com