home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / KIOSK / KIOSK.Z / OFFICE.org < prev    next >
Text File  |  1997-04-14  |  4KB  |  108 lines

  1. <!-- Copyright JSB 1996                                           -->
  2. <!-- Details between these markers indicate comments.             -->
  3. <!-- For display purposes, this sample should be used with        -->
  4. <!-- 256 colour resolution.                                       -->
  5.  
  6. <!-- This sample HTML file using image maps has been designed to  -->
  7. <!-- be used with The Kiosk.                                      -->
  8. <!-- Image maps are pictures that allow the user to click on      -->
  9. <!-- specified areas to open a file or run a particular           -->
  10. <!-- application.                                                 -->
  11.  
  12.  
  13.  
  14. <!-- Start HTML specification -->
  15. <HTML>
  16.  
  17. <!-- Specify The Kiosk background image -->
  18. <BODY BACKGROUND="bluback.jpg">
  19.  
  20. <!-- Start the HTML main content section -->
  21. <BODY>
  22.  
  23. <!-- Insert a horizontal line                                      -->
  24. <HR>
  25.  
  26. <!-- Display user guidelines in centre using a HTML defined style  -->
  27. <!-- of heading 5                                                  -->
  28. <H5><CENTER>
  29. Click a hotspot to start an application or right click for options
  30. </CENTER></H5>
  31.  
  32. <!-- Insert a horizontal line                                      -->
  33. <HR>
  34.  
  35. <!-- New paragraph -->
  36. <P>
  37.  
  38. <!-- Specify the image containing the clickable hotspots and show  -->
  39. <!-- in the centre of the display. Specify the image map name to   -->
  40. <!-- be used with the image.                                       -->
  41. <CENTER>
  42. <IMG SRC="office.jpg" USEMAP="#applications">
  43. </CENTER>
  44.  
  45. <!-- Image maps defined and the associated file or application to  -->
  46. <!-- execute when the hotspot is clicked.                          -->
  47. <MAP NAME="applications">
  48.  
  49. <!-- Calculator -->
  50. <AREA SHAPE="POLYGON" COORDS="429,157,474,177,477,182,483,185,459,210,401,180,429,157" HREF="APP1">
  51.  
  52. <!-- Word Processing -->
  53. <AREA SHAPE="POLYGON" COORDS="230,143,296,143,302,207,223,207,230,143" HREF="APP2">
  54.  
  55. <!-- Database -->
  56. <AREA SHAPE="POLYGON" COORDS="330,43,360,49,353,104,321,143,289,131,292,103,298,90,294,86,299,69,303,69,310,53,317,51,324,51,330,43" HREF="APP3"
  57.  
  58. <!-- Memo -->
  59. <AREA SHAPE="POLYGON" COORDS="359,134,404,147,401,160,380,197,332,180,332,175,359,134" HREF="APP4"
  60.  
  61. <!-- Spreadsheet -->
  62. <AREA SHAPE="POLYGON" COORDS="186,168,197,177,199,197,186,210,165,215,145,209,139,203,138,187,148,174,164,168,186,168" HREF="APP5"
  63.  
  64. <!-- Telephone List -->
  65. <AREA SHAPE="POLYGON" COORDS="63,118,77,117,127,101,136,98,146,102,150,113,145,119,126,119,147,141,155,154,156,164,104,184,96,176,75,141,62,144,54,135,58,123,63,118" HREF="APP6 PROD_DIRsamples\sample1\phone.txt"
  66.  
  67. <!-- The Kiosk help -->
  68. <AREA SHAPE="POLYGON" COORDS="395,29,463,51,464,64,452,69,429,62,418,81,415,97,416,106,429,109,432,118,414,127,393,121,388,111,398,101,408,101,414,77,424,61,383,47,385,36,395,29" HREF="APPHELP">
  69.  
  70. <!-- Applications and files can also be executed in the following  -->
  71. <!-- ways:                                                         -->
  72.  
  73. <!-- To open a file saved in the same directory as the .htm file   -->
  74. <!-- containing the hotspot, with it's associated application      -->
  75. <!-- (defined by Windows).                                         -->
  76.  
  77. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="file name"> -->
  78.  
  79. <!-- To run an application or open a file with it's associated     -->
  80. <!-- application (defined by Windows) from a directory specified   -->
  81. <!-- in the directory path.                                        -->
  82.  
  83. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="/file name"> -->
  84.  
  85. <!-- To run an application or open a file with it's associated     -->
  86. <!-- application (defined by Windows) from a specified directory.  -->
  87.  
  88. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="FILE:///full path and file name"> -->
  89.  
  90. <!-- To run an application with a command line parameter.          -->
  91.  
  92. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates"         -->
  93. <!-- HREF="FILE:///full path of application followed by full path (if necessary) of command line parameter"> -->
  94.  
  95. <!-- To load a web site.                                           -->
  96.  
  97. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates"         -->
  98. <!-- HREF="HTTP://URL of file to be loaded">                       -->
  99.  
  100. <!-- End of image map section -->
  101. </MAP>
  102.  
  103. <!-- End of body section -->
  104. </BODY>
  105.  
  106. <!-- End of HTML specification -->
  107. </HTML>
  108.