home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / service / ie6sp1 / IEW2K_3.CAB / shdoclc.dll / HTML / BIDIFIND.DLG < prev    next >
Text File  |  2002-10-03  |  8KB  |  238 lines

  1. <HTML id=dlgFind STYLE="font-family: MS Shell Dlg; font-size: 8pt;
  2. width: 36.5em; height: 16.2em">
  3. <HEAD>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  5. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  6. <TITLE id=dialogTitle>
  7. ╧εΦ±Ω
  8. </TITLE>
  9. <SCRIPT LANGUAGE="JavaScript" defer src="findinc.dlg">
  10. </SCRIPT>
  11. <SCRIPT LANGUAGE="JavaScript" defer>
  12. function findFlags()
  13. {
  14. var htmlMatchWord = 2;
  15. var htmlMatchCase = 4;
  16. var htmlMatchDiacritic = 536870912;
  17. var htmlMatchKashida = 1073741824;
  18. var htmlMatchAlefHamza = 2147483648;
  19. return (htmlMatchWord * document.all.chkWholeWord.checked)
  20. | (htmlMatchCase * document.all.chkMatchCase.checked)
  21. | (htmlMatchDiacritic * document.all.chkMatchDiacritic.checked)
  22. | (htmlMatchKashida * document.all.chkMatchKashida.checked)
  23. | (htmlMatchAlefHamza * document.all.chkMatchAlefHamza.checked)
  24. }
  25. function loadBdy()
  26. {
  27. btnFind.onclick = new
  28. Function("btnFindClick()");
  29. btnFind.ondblclick = new
  30. Function("btnFindClick()");
  31. btnCancel.onclick = new Function("btnCancelClick2()");
  32. document.onhelp = new Function("callHelp(window.event.srcElement)");
  33. document.onmouseup = new Function("mouseClick()");
  34. txtFindText.onpropertychange = new Function("setFindState(true)");
  35. txtFindText.onfocus = new Function("txtFindText.select()");
  36. txtFindText.onkeypress = new Function("txtDefaultESC()");
  37. g_fFindStartPoint = true;
  38. var docCharset = window.dialogArguments.document.charset;
  39. if(docCharset == "" ||
  40. docCharset == "utf-8" ||
  41. docCharset == "unicode-1-1-utf-8" ||
  42. docCharset == "unicode-2-0-utf-8" ||
  43. docCharset == "windows-1255" ||
  44. docCharset == "dos-862" ||
  45. docCharset == "iso-8859-8" ||
  46. docCharset == "iso-8859-8-i" ||
  47. docCharset == "windows-1256" ||
  48. docCharset == "asmo-708" ||
  49. docCharset == "asmo-720" ||
  50. docCharset == "dos-720" ||
  51. docCharset == "iso-8859-6")
  52. {
  53. chkMatchDiacritic.disabled = 0;
  54. if(docCharset == "windows-1255" ||
  55. docCharset == "dos-862" ||
  56. docCharset == "iso-8859-8" ||
  57. docCharset == "iso-8859-8-i")
  58. {
  59. chkMatchKashida.checked = 1;
  60. chkMatchKashida.disabled = 1;
  61. chkMatchAlefHamza.checked = 1;
  62. chkMatchAlefHamza.disabled = 1;
  63. }
  64. }
  65. if ("" != window.dialogArguments.findText)
  66. {
  67. txtFindText.value = window.dialogArguments.findText;
  68. }
  69. txtFindText.focus();
  70. txtFindText.select();
  71. }
  72. function findStartPoint()
  73. {
  74. if (g_fFindStartPoint)
  75. {
  76. g_fFindStartPoint = false;
  77. var win = window.dialogArguments.unsecuredWindowOfDocument;
  78. var doc = window.dialogArguments.document;
  79. if (!g_fError && win.frames.length)
  80. {
  81. var win2;
  82. g_fFrameset = true;
  83. g_arrFrames[0] = 0;
  84. g_arrFrames[1] = -1;
  85. win2 = CrawlPath();
  86. window.onerror = FindHandleError;
  87. doc2 = win2.document;
  88. window.onerror = HandleError;
  89. while (doc2.selection.type == "None")
  90. {
  91. if (MoveDoc(true))
  92. {
  93. win2 = CrawlPath();
  94. doc2 = win2.document;
  95. }
  96. else
  97. {
  98. g_arrFrames[0] = 0;
  99. g_arrFrames[1] = -1;
  100. break;
  101. }
  102. }
  103. doc = GetFirstDoc();
  104. g_docLastFound = doc;
  105. }
  106. if (doc.selection.type == "Control")
  107. {
  108. var r = doc.selection.createRange();
  109. r = getTextRange(r(0));
  110. r.select();
  111. }
  112. }
  113. }
  114. </SCRIPT>
  115. </HEAD>
  116. <BODY ID=bdy onLoad="loadBdy()" style="color: windowtext;
  117. font-family: 'MS Shell Dlg';
  118. font-size: 8pt; background: threedface;" topmargin=0 scroll=no>
  119. <BUTTON id=btnFind ACCESSKEY=Θ DISABLED=1 tabIndex=55 helpid=50026
  120. helpfile="iexplore.hlp"
  121. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  122. left: 26.78em; top: 1.0647em; width: 8em; height: 2.2em; " type=submit>
  123. ═α<U>Θ</U>≥Φ Σαδσσ
  124. </BUTTON>
  125. <DIV align=absMiddle id=divFindText
  126. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  127. left: 0.98em; top: 1.2168em; width: 4.8em; height: 1.2168em; ">
  128. <LABEL FOR=txtFindText ID=lblFindText tabIndex=-1 helpid=50027
  129. helpfile="iexplore.hlp">
  130. ═αΘ<U>≥</U>Φ:
  131. </LABEL>
  132. </DIV>
  133. <INPUT type=text id=txtFindText ACCESSKEY=≥ tabIndex=15 helpid=50027
  134. helpfile="iexplore.hlp"
  135. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  136. left: 5.16em; top: 1.0647em; width: 20.36em; height: 2.1294em; ">
  137. <BUTTON id=btnCancel tabIndex=60 helpid="0x6F1C" helpfile="windows.hlp"
  138. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  139. left: 26.78em; top: 3.6504em; width: 8em; height: 2.2em; " type=reset>
  140. ╬≥∞σφα
  141. </BUTTON>
  142. <INPUT id=chkWholeWord ACCESSKEY=÷ type=checkbox tabIndex=25
  143. helpfile="iexplore.hlp" helpid=50022
  144. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  145. left: 1em; top: 4.2em; width: 1.2em; height: 1.2em; ">
  146. <INPUT ACCESSKEY=≡ type=checkbox tabIndex=35 helpid=50023
  147. helpfile="iexplore.hlp"
  148. id=chkMatchCase style="font-family: MS Shell Dlg; font-size: 8pt;
  149. position: absolute; left: 1em; top: 6em; width: 1.2em;
  150. height: 1.2em; ">
  151. <INPUT id=chkMatchDiacritic ACCESSKEY=α type=checkbox tabIndex=36
  152. helpfile="iexplore.hlp" helpid=50401
  153. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  154. left: 1em; top: 8em; width: 1.2em; height: 1.2em">
  155. <INPUT id=chkMatchKashida ACCESSKEY=⌡ type=checkbox tabIndex=37
  156. helpfile="iexplore.hlp" helpid=50402
  157. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  158. left: 1em; top: 9.7em; width: 1.2em; height: 1.2em">
  159. <INPUT id=chkMatchAlefHamza ACCESSKEY=Ω type=checkbox tabIndex=38
  160. helpfile="iexplore.hlp" helpid=50403
  161. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  162. left: 1em; top: 11.5em; width: 1.2em; height: 1.2em">
  163. <DIV id=divWholeWord
  164. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  165. left: 2.6em; top: 4.2588em; width: 14.46em; height: 1.521em; ">
  166. <LABEL FOR=chkWholeWord ID=lblWholeWord tabIndex=-1 helpid=50022
  167. helpfile="iexplore.hlp">
  168. ╤δεΓε <U>÷</U>σδΦΩε∞
  169. </LABEL>
  170. </DIV>
  171. <DIV id=divMatchCase style="font-family: MS Shell Dlg; font-size: 8pt;
  172. position: absolute; left: 2.6em; top: 6.084em; width: 14.46em;
  173. height: 1.521em; ">
  174. <LABEL FOR=chkMatchCase ID=lblMatchCase tabIndex=-1 helpid=50023
  175. helpfile="iexplore.hlp">
  176. ╤ ≤≈σ≥ε∞ <U>≡</U>σπΦ±≥≡α
  177. </LABEL>
  178. </DIV>
  179. <DIV id=divMatchDiacritic
  180. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  181. left: 2.6em; top: 11.5596em; width: 22.46em; height: 1.521em">
  182. <LABEL FOR=chkMatchDiacritic ID=lblMatchDiacritic tabIndex=-1
  183. helpid=50401
  184. helpfile="iexplore.hlp">
  185. ╤ ≤≈σ≥ε∞ ΣΦα<U>Ω</U>≡Φ≥Φ≈σ±ΩΦ⌡ τφαΩεΓ
  186. </LABEL>
  187. </DIV>
  188. <DIV id=divMatchKashida
  189. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  190. left: 2.6em; top: 9.7344em; width: 14.46em; height: 1.521em">
  191. <LABEL FOR=chkMatchKashida ID=lblMatchKashida tabIndex=-1
  192. helpid=50402
  193. helpfile="iexplore.hlp">
  194. ╤ ≤≈σ≥ε∞ <U>⌡</U>α°ΦΣα
  195. </LABEL>
  196. </DIV>
  197. <DIV id=divMatchAlefHamza
  198. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  199. left: 2.6em; top: 7.9092em; width: 14.46em; height: 1.521em">
  200. <LABEL FOR=chkMatchAlefHamza ID=lblMatchAlefHamza tabIndex=-1
  201. helpid=50403
  202. helpfile="iexplore.hlp">
  203. ╤ ≤≈σ≥ε∞ <U>α</U>δσ⌠ ⌡α∞τα
  204. </LABEL>
  205. </DIV>
  206. <FIELDSET id=fldDirection style="font-family: MS Shell Dlg; font-size: 8pt;
  207. position: absolute; left: 15.7em; top: 3.5em; width: 9.7em;
  208. height: 6.3em;">
  209. <LEGEND id=lgdDirection>
  210. ═α∩≡αΓδσφΦσ
  211. </LEGEND>
  212. </FIELDSET>
  213. <INPUT id=radDirectionUp type=radio name=radDirection ACCESSKEY=σ
  214. tabIndex=42 helpid=50025 helpfile="iexplore.hlp"
  215. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  216. left: 16.6em; top: 5.4em; width: 1.1em; height: 1.1em; ">
  217. <DIV id=divDirectionUp style="font-family: MS Shell Dlg;
  218. font-size: 8pt; position: absolute; left: 18.2em; top: 5.3235em;
  219. width: 5.5em; height: 1.521em; ">
  220. <LABEL ID=lblDirectionUp style="font-family: 'MS Shell Dlg'; font-size: 8pt"
  221. FOR=radDirectionUp
  222. helpid=50025
  223. helpfile="iexplore.hlp"> ┬Γ<U>σ</U>≡⌡ </LABEL>
  224. </DIV>
  225. <INPUT id=radDirectionDown type=radio CHECKED name=radDirection
  226. ACCESSKEY=Φ tabIndex=47 helpid=50024 helpfile="iexplore.hlp"
  227. style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
  228. left: 16.6em; top: 7.4em; width: 1.1em; height: 1.1em; ">
  229. <DIV id=divDirectionDown style="font-family: MS Shell Dlg;
  230. font-size: 8pt; position: absolute; left: 18.2em; top: 7.3em;
  231. width: 4.9em; height: 1.521em; ">
  232. <LABEL ID=lblDirectionDown style="font-family: 'MS Shell Dlg'; font-size: 8pt"
  233. FOR=radDirectionDown helpid=50024 helpfile="iexplore.hlp">
  234. ┬φ<U>Φ</U>τ </LABEL>
  235. </DIV>
  236. </BODY>
  237. </HTML>
  238.