You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
4.4 KiB

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <!-- saved from url=(0014)about:internet -->
  3. <html>
  4. <head>
  5. <script type="text/javascript">
  6. <!--
  7. if (parent.location.href == self.location.href)
  8. window.location.href = "index.htm#+hh_search.htm";
  9. function GetFrameWidth() {
  10. var x = 300;
  11. if (self.innerHeight) // all except Explorer
  12. x = self.innerWidth;
  13. else if (document.documentElement && document.documentElement.clientHeight) // Explorer 6 Strict Mode
  14. x = document.documentElement.clientWidth;
  15. else if (document.body) // other Explorers
  16. x = document.body.clientWidth;
  17. return(x);
  18. }
  19. function GetFrameHeight() {
  20. var y = 400;
  21. if (self.innerHeight) // all except Explorer
  22. y = self.innerHeight;
  23. else if (document.documentElement && document.documentElement.clientWidth) // Explorer 6 Strict Mode
  24. y = document.documentElement.clientHeight;
  25. else if (document.body) // other Explorers
  26. y = document.body.clientHeight;
  27. return(y);
  28. }
  29. function resizeSearch() {
  30. var searchDiv = document.getElementById("searchcontainer");
  31. var xTop = searchDiv.offsetTop;
  32. var WW = GetFrameWidth() - 10; //5px either side
  33. searchDiv.style.width = WW.toString() + "px";
  34. var HH = GetFrameHeight() - xTop;
  35. if (HH > 0)
  36. searchDiv.style.height = HH.toString() + "px";
  37. }
  38. function DocOnLoad() {
  39. resizeSearch();
  40. //Check for author: Is searchdata.js created?
  41. if (typeof(SearchIndexes) == "undefined")
  42. alert("Warning: Search database file not found \"searchdata.js\".");
  43. }
  44. -->
  45. </script>
  46. <!-- BEGIN_SEARCH_SCRIPT -->
  47. <!-- Helpware Search data generated by FAR.EXE http://helpware.net/FAR/ -->
  48. <script type="text/javascript" src="searchdata.js"></script>
  49. <!-- Search Code to find words -->
  50. <script type="text/javascript" src="search.js"></script>
  51. <!-- END_SEARCH_SCRIPT -->
  52. <style type="text/css">
  53. .docstyle
  54. {
  55. font-size: 85%;
  56. font-family: verdana,arial,sans-serif;
  57. }
  58. </style>
  59. </head>
  60. <body id="docBody" style="color: Black; margin:5px 0px 0px 0px;" onload="DocOnLoad()" onresize="resizeSearch()">
  61. <div style="display: inline; white-space: nowrap; margin: 0px 0px 0px 5px;">
  62. <input
  63. TYPE="button" VALUE="Contents" ONCLICK="javascript:location='hh_toc.htm';"
  64. NAME="HelpTopics"><input
  65. TYPE="button" VALUE="Index" ONCLICK="javascript:location='hh_index.htm';"
  66. NAME="Index"><input
  67. TYPE="button" VALUE="Search" ONCLICK="javascript:location='hh_search.htm';"
  68. NAME="Search">
  69. </div>
  70. <!-- BEGIN_SEARCH_FORM -->
  71. <script type="text/javascript">
  72. <!--
  73. function SearchForWords() {
  74. DoSearch(document.getElementById("searchdata1").value, document.getElementById("searchdata2").value, document.getElementById("searchdata3").value, document.getElementById("searchdata4").checked, "right");}
  75. function KeyDownEvent(event) {
  76. if ((event.which && event.which==13) || (event.keyCode && event.keyCode==13)) {
  77. SearchForWords(); return(false); } else return(true); }
  78. -->
  79. </script>
  80. <div style="margin: 11px 0px 0px 0px; padding: 0px 5px 0px 5px;">
  81. <span class="docstyle">Topics containing any of these words:</span>
  82. <input type="text" id="searchdata1" class="docstyle" style="width:100%; margin: 0px 0px 5px 0px;"
  83. onKeyDown="javascript:return(KeyDownEvent(event));"><br>
  84. <span class="docstyle">Topics containing all of these words:</span>
  85. <input type="text" id="searchdata2" class="docstyle" style="width:100%; margin: 0px 0px 5px 0px;"
  86. onKeyDown="javascript:return(KeyDownEvent(event));"><br>
  87. <span class="docstyle">Topics should not contain these words:</span>
  88. <input type="text" id="searchdata3" class="docstyle" style="width:100%; margin: 0px 0px 5px 0px;"
  89. onKeyDown="javascript:return(KeyDownEvent(event));"><br>
  90. <input type="checkbox" id="searchdata4"
  91. class="docstyle" value="1">Partial word matching<br>
  92. <br><input type="button" class="docstyle" name="searchbutton"
  93. value="Search" style="width:150" onclick="javascript:SearchForWords();">
  94. </div>
  95. <div style="margin: 5px 0px 0px 0px; padding: 0px 5px 0px 5px;">
  96. <form name="searchform" style="margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;">
  97. <select class="docstyle" id="searchcontainer" name="SearchResultList"
  98. style="width:200; height:200;"
  99. size="50" onchange="javascript:OpenResultListDoc()"></select>
  100. </form>
  101. </div>
  102. <!-- END_SEARCH_FORM -->
  103. </body>
  104. </html>