home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Wtestowe
/
Clico
/
KIOSK
/
KIOSK.Z
/
FINANCE.org
< prev
next >
Wrap
Text File
|
1997-04-14
|
5KB
|
133 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 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>
<!-- Display user guidelines in centre using a HTML defined font -->
<!-- of size 4 -->
<FONT SIZE=4><BOLD><CENTER>
Click a hotspot to start an application or right click for options
</CENTER></FONT></BOLD>
<!-- 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="finance.jpg" USEMAP="#applications">
</CENTER>
<!-- Image maps defined and the associated file or application to -->
<!-- execute when the hotspot is clicked. -->
<MAP NAME="applications">
<!-- Door -->
<AREA SHAPE="POLYGON" COORDS="484,225,500,19,416,20,406,227,484,225" HREF="../corridor.htm">
<!-- MultiView 2000 Browser -->
<AREA SHAPE="POLYGON" COORDS="51,24,141,24,146,148,61,148,51,24" HREF="APP11">
<!-- Calculator -->
<AREA SHAPE="POLYGON" COORDS="472,316,489,297,479,293,479,288,432,273,429,277,408,292,472,317" HREF="APP1">
<!-- Terminal Emulator -->
<AREA SHAPE="POLYGON" COORDS="326,174,410,187,411,199,420,204,414,242,404,248,403,258,392,262,417,271,392,295,282,258,316,240,326,174" HREF="APP8">
<!-- Word -->
<AREA SHAPE="POLYGON" COORDS="231,314,311,314,303,267,240,267,231,314" HREF="APP2">
<!-- Memo -->
<AREA SHAPE="POLYGON" COORDS="178,304,226,291,225,284,197,254,156,264,156,270,178,304" HREF="APP4">
<!-- Telephone List -->
<AREA SHAPE="POLYGON" COORDS="97,313,147,299,145,294,140,279,125,263,145,267,147,261,144,251,133,249,75,262,67,270,64,280,70,285,84,280,84,292,97,313" HREF="APP6 PROD_DIRsamples\sample2\finance\phone.txt">
<!-- The Kiosk help -->
<AREA SHAPE="POLYGON" COORDS="126,177,183,168,192,176,189,185,153,190,153,197,161,212,161,228,165,238,177,240,176,247,161,252,145,251,139,245,152,238,156,228,155,211,148,192,126,195,108,190,120,187,126,177" HREF="APPHELP">
<!-- End of image map section -->
</MAP>
<!-- 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. -->
<IMG SRC="finan.gif" 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 Corridor -->
<AREA SHAPE=RECT COORDS="29,8,55,51" HREF="../corridor.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">
<!-- End of image map section -->
</MAP>
<!-- 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 body section -->
</BODY>
<!-- End of HTML specification -->
</HTML>