searchbar.js

来自「关于网络渗透技术的详细讲解」· JavaScript 代码 · 共 17 行

JS
17
字号
document.write ('<table border="0" align="center" cellpadding="0" cellspacing="0">');document.write ('<form method="Get" name="SearchForm" action="http://localhost/book_a/152/Search.asp" target="_blank">');document.write ('<tr>');document.write ('<td align="center"><font color="#000000">站内文章搜索:</font></td>');document.write ('<td align="center">&nbsp;');document.write ('<select name="field">');document.write ('<option value="0">标题</option>');document.write ('<option value="1">内容</option>');document.write ('<option value="2">作者</option>');document.write ('</select>&nbsp;');document.write ('<select name="column">');document.write ('</select>&nbsp;<input name="keyword" type="text" value="关键字" onfocus="this.className='+'iptA_Over'+';this.select();"  onblur="this.className='+'iptA'+';" size="20" maxlength="50">&nbsp;<input name="Submit" type="submit" class="btnA"  value="搜索" onmouseover="this.className='+'btnA_Over'+'" onmouseout="this.className='+'btnA'+'"></td>');document.write ('<td width="10" align="center">&nbsp;</td>');document.write ('</tr>');document.write ('</form>');document.write ('</table>');

⌨️ 快捷键说明

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