home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Wtestowe
/
Clico
/
KIOSK
/
KIOSK.Z
/
EXTDOOR.org
< prev
next >
Wrap
Text File
|
1997-04-14
|
3KB
|
91 lines
<!-- Copyright JSB 1996 -->
<!-- Details between these markers indicate comments. -->
<!-- For display purposes, this sample should be used with -->
<!-- 256 colour resolution display. -->
<!-- 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="yelback.jpg">
<!-- Start the HTML main content section -->
<BODY>
<!-- Insert a horizontal line -->
<HR>
<!-- Display user guidelines in centre using a HTML defined style -->
<!-- of heading 5 -->
<H5><CENTER>
Click the door to enter building or right click for options
</CENTER></H5>
<!-- Insert a horizontal line -->
<HR>
<!-- New paragraph -->
<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. -->
<CENTER>
<IMG SRC="extdoor.jpg" USEMAP="#applications">
</CENTER>
<!-- Image maps defined and the associated file or application to -->
<!-- execute when the hotspot is clicked. -->
<MAP NAME="applications">
<!-- Door image -->
<AREA SHAPE="POLYGON" COORDS="316,111,424,87,420,292,393,290,318,282,317,113,317,113,316,111" HREF="corridor.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>