search_pchardware.js
来自「电脑维修资料-615M.zip」· JavaScript 代码 · 共 20 行
JS
20 行
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='FFF7EF'>");
document.write(" <form name='sform' method='get' action='http://search.pconline.com.cn/cgi-bin/wstsearch' target='_blank' onSubmit='this.content.value=this.query.value;'>");
document.write(" <tr align='center'> ");
document.write(" <td height='40'> ");
document.write(" <input name=query size=13 class='pt9'>");
document.write(" <input type=submit value=' GO ' class='pt9' name='submit'>");
document.write(" </td>");
document.write(" </tr>");
document.write(" <tr align='center' valign='top'> ");
document.write(" <td height='20'> ");
document.write(" <a href='http://www.pconline.com.cn/tpy/search.html'><font color='#000000'>高级搜索</font></a> ");
document.write(" <input type='hidden' name='tn' value='bear'>");
document.write(" <input type='hidden' name='ch_id' value='1'>");
document.write(" <input type='hidden' name='relative' value='1'>");
document.write(" <input type='hidden' name='content'>");
document.write(" </td>");
document.write(" </tr>");
document.write(" </form>");
document.write("</table>");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?