⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 paramex.html

📁 站内文本搜索Java小程序 SearchToHTML applet小程序可以让你对指定的若干文件进行文本搜索
💻 HTML
字号:
<html><head><title>Parameters example</title></head><body bgcolor=white><center><h1>Parameters Example</h1><font size=4><a href="ReadMe.html">Read the ReadMe</a><p>Please look at this page's source code.<p></font><applet code="SearchToHTML.class" width=350 height=60> <param name="files" value="muckraker.html,rhyming_words.txt,ReadMe.html"> <!--Try searching with "Exact matches only" on and off--> <param name="startwords" value="wit"> <param name="target" value="_blank"><!--open search results in new window--> <param name="waitforall" value="false">  <!-- NEW PARAMETERS! (as of July 2000)--> <param name="leadingcontextlength" value="10"> <param name="trailingcontextlength" value="15"> <param name="xhtml_chkbx_checked" value="true"> <param name="exact_chkbx_checked" value="true"> <param name="max_num_matches" value="1">  <param name="resultspage" value="searchresults.html"> <!--colors--> <param name="bgcolor" value="darkblue"> <param name="fgcolor" value="cyan"> <param name="buttonbgcolor" value="lightblue"> <param name="buttonfgcolor" value="darkblue"> <param name="searchboxbgcolor" value="yellow"> <param name="searchboxfgcolor" value="black"><!--black is default anyway--> <param name="checkboxbgcolor" value="orange"> <param name="checkboxfgcolor" value="darkblue"><!--has no effect with Mac's MRJ-->   <!--text control parameters--> <param name="search_btn_txt" value="Begin"> <param name="stop_btn_txt" value="Halt"> <param name="exact_chkbx_txt" value="No extra letters"> <param name="xhtml_chkbx_txt" value="Ignore HTML"> <param name="searchbox_label_txt" value="Look for:"> To test this, you must use a Java enabled browser.</applet></center></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -