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.

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