home *** CD-ROM | disk | FTP | other *** search
- <!-- Copyright JSB 1996 -->
- <!-- Details between these markers indicate comments. -->
- <!-- For display purposes, this sample should be used with -->
- <!-- 256 colour resolution. -->
-
- <!-- This sample HTML file using image maps has been designed to -->
- <!-- be used with The MultiView 2000 Kiosk. -->
- <!-- Image maps are pictures that allow the user to click on -->
- <!-- specified areas to open a file or run a particular -->
- <!-- application. -->
-
-
-
- <!-- Start HTML specification -->
- <HTML>
-
- <!-- Specify The Kiosk background image -->
- <BODY BACKGROUND="bluback.jpg">
-
- <!-- Start the HTML main content section -->
- <BODY>
-
- <!-- Setup font to use BOLD and Size 4, CENTER any text entered -->
- <FONT SIZE=4><BOLD><CENTER>
-
- <!-- Insert a horizontal line -->
- <HR>
-
- <!-- Insert Text -->
- Click on a door to enter room or right click for options
-
- <!-- Insert a horizontal line -->
- <HR>
-
- <!-- End of Center, font and bold -->
- </CENTER></FONT></BOLD>
-
- <!-- New paragraph -->
-
- <!-- Specify the image containing the clickable hotspots and show -->
- <!-- in the centre of the display. Specify the image map name to -->
- <!-- be used with the image. -->
- <CENTER>
- <IMG SRC="corridor.jpg" USEMAP="#doorways">
- </CENTER>
-
- <!-- Image maps defined and the associated file or application to -->
- <!-- execute when the hotspot is clicked. -->
- <MAP NAME="doorways">
-
- <!-- Admin -->
- <AREA SHAPE="POLYGON" COORDS="19,47,65,59,64,280,20,301,19,47" HREF="admin/admin.htm"
-
- <!-- Finance -->
- <AREA SHAPE="POLYGON" COORDS="595,301,597,47,552,58,552,281,595,301" HREF="finance/finance.htm"
-
- <!-- Sales -->
- <AREA SHAPE="POLYGON" COORDS="467,81,496,74,495,252,464,236,467,81" HREF="sales/sales.htm"
-
- <!-- Dispatch -->
- <AREA SHAPE="POLYGON" COORDS="120,74,152,82,151,237,120,251,120,74" HREF="dispatch/dispatch.htm"
-
- <!-- Return to main door -->
- <AREA SHAPE="RECT" COORDS="245,42,361,220" HREF="extdoor.htm">
-
- <P>
-
- <!-- Specify the image containing the clickable hotspots and show -->
- <!-- in the centre of the display. Specify the image map name to -->
- <!-- be used with the image. -->
- <IMG SRC="shortcut.gif" ALIGN=LEFT USEMAP="#shortcut">
-
- <!-- Image maps defined and the associated file or application to -->
- <!-- execute when the hotspot is clicked. -->
- <MAP NAME="shortcut">
-
- <!-- Dispatch -->
- <AREA SHAPE=RECT COORDS="2,2,28,29" HREF="dispatch/dispatch.htm">
-
- <!-- Admin -->
- <AREA SHAPE=RECT COORDS="2,30,28,57" HREF="admin/admin.htm">
-
- <!-- Return to main door -->
- <AREA SHAPE=RECT COORDS="29,1,55,7" HREF="extdoor.htm">
-
- <!-- Sales -->
- <AREA SHAPE=RECT COORDS="56,2,82,29" HREF="sales/sales.htm">
-
- <!-- Finance -->
- <AREA SHAPE=RECT COORDS="56,30,82,57" HREF="finance/finance.htm">
-
- <!-- Applications and files can also be executed in the following -->
- <!-- ways: -->
-
- <!-- To open a file saved in the same directory as the .htm file -->
- <!-- containing the hotspot, with it's associated application -->
- <!-- (defined by Windows). -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="file name"> -->
-
- <!-- To run an application or open a file with it's associated -->
- <!-- application (defined by Windows) from a directory specified -->
- <!-- in the directory path. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="/file name"> -->
-
- <!-- To run an application or open a file with it's associated -->
- <!-- application (defined by Windows) from a specified directory. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="FILE:///full path and file name"> -->
-
- <!-- To run an application with a command line parameter. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" -->
- <!-- HREF="FILE:///full path of application followed by full path (if necessary) of command line parameter"> -->
-
- <!-- To load a web site. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" -->
- <!-- HREF="HTTP://URL of file to be loaded"> -->
-
- <!-- End of image map section -->
- </MAP>
-
- <!-- End of body section -->
- </BODY>
-
- <!-- End of HTML specification -->
- </HTML>
-