search.js
来自「本系统是根据科汛系统编写的程序」· JavaScript 代码 · 共 18 行
JS
18 行
document.writeln('<table width=\"98%\" border=\"0\" align=\"center\">')
document.writeln('<form id=\"SearchForm\" name=\"SearchForm\" method=\"get\" action=\"/plus/Search.asp\">')
document.writeln(' <tr>')
document.writeln(' <td align=\"center\"><select name=\"SearchType\">')
document.writeln(' <option value=\"1\">信息主题</option>')
document.writeln(' <option value=\"2\">发布者</option>')
document.writeln(' <option value=\"3\">信息介绍</option>')
document.writeln(' </select>')
document.writeln(' <select name=\"ClassID\" style=\"width:150\">')
document.writeln(' <option value=\"0\" selected=\"selected\">所有栏目</option>')
document.writeln('<option value=\'20069873804830\' {ClassID=20069873804830}>供求信息 </option><option value=\'20086530835585\' {ClassID=20086530835585}> └ 电脑配件</option><option value=\'20089387365842\' {ClassID=20089387365842}> │ └ 电脑主板</option> </select>')
document.writeln(' <input name=\"KeyWord\" type=\"text\" class=\"textbox\" value=\"关键字\" onfocus=\"this.select();\"/>')
document.writeln(' <input name=\"ChannelID\" value=\"8\" type=\"hidden\" />')
document.writeln(' <input type=\"submit\" class=\"inputButton\" name=\"Submit\" value=\"搜 索\" /></td>')
document.writeln(' </tr>')
document.writeln('</form>')
document.writeln('</table>')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?