home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Wtestowe
/
Clico
/
KIOSK
/
KIOSK.Z
/
SCENE.org
< prev
next >
Wrap
Text File
|
1997-04-14
|
4KB
|
103 lines
<!-- 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 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>
<!-- 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="scene.jpg" USEMAP="#applications">
</CENTER>
<!-- New paragraph -->
<P>
<!-- Display user guidelines in centre using a HTML defined style -->
<!-- of heading 5 -->
<H5><CENTER>
Click a hotspot to start an application or right click for options
</CENTER></H5>
<!-- Image maps defined and the associated file or application to -->
<!-- execute when the hotspot is clicked. -->
<MAP NAME="applications">
<!-- Calculator -->
<AREA SHAPE="CIRCLE" COORDS="52,60,14" HREF="APP1">
<!-- Word Processing -->
<AREA SHAPE="CIRCLE" COORDS="371,19,14" HREF="APP2">
<!-- Database -->
<AREA SHAPE="CIRCLE" COORDS="145,159,14" HREF="APP3">
<!-- Memo -->
<AREA SHAPE="CIRCLE" COORDS="505,144,14" HREF="APP4">
<!-- Spreadsheet -->
<AREA SHAPE="CIRCLE" COORDS="17,261,14" HREF="APP5">
<!-- Telephone List -->
<AREA SHAPE="CIRCLE" COORDS="313,373,14" HREF="APP6 PROD_DIRsamples\sample1\phone.txt">
<!-- The Kiosk help -->
<AREA SHAPE="CIRCLE" COORDS="16,379,14" HREF="APPHELP">
<!-- 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>