articlesearch.js

来自「cisco资料:理论与实践 理论 实践 协议 发现 CDP cdp 信息 is 」· JavaScript 代码 · 共 21 行

JS
21
字号
document.writeln("<table width=\"580\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">");
document.writeln("<FORM method=GET action=\"http:\/\/www.google.com\/search\" target=_blank>");
document.writeln("  <tr>   ");
document.writeln("    <input type=\"hidden\" name=\"domains\" value=\"www.xgdown.com\">");
document.writeln("    <input type=\"hidden\"   name=\"ie\" value=\"GB2312\">");
document.writeln("    <input type=\"hidden\"   name=\"oe\" value=\"GB2312\">");
document.writeln("    <input type=\"hidden\" name=\"hl\" value=\"zh-CN\">");
document.writeln("      <td width=\"44\"><a href=\"http:\/\/www.google.com\/\" target=_blank><img src=..\/..\/xg\/images\/google_logo.gif  border=0><\/a><\/td>");
document.writeln("      <td width=\"94\"> ");
document.writeln("        <input type=\"text\" name=\"q\" size=\"15\" maxlength=\"255\" value=\"\">");
document.writeln("      <\/td>");
document.writeln("      <td nowrap width=\"200\"> ");
document.writeln("        <INPUT TYPE=radio name=sitesearch value=\"\">");
document.writeln("        www  <INPUT TYPE=radio name=sitesearch value=\"www.xgdown.com\" checked>");
document.writeln("        www.xgdown.com <\/td>");
document.writeln("      <td width=\"251\" valign=\"bottom\"> ");
document.writeln("        <input type=\"image\" border=\"0\" name=\"submit\" src=\"..\/..\/xg\/images\/searchbutton.gif\" width=\"46\" height=\"19\">");
document.writeln("      <\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/form>");
document.writeln("<\/table>");

⌨️ 快捷键说明

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