search.js

来自「Sun的高速缓存CachedRowSet方案资料档」· JavaScript 代码 · 共 23 行

JS
23
字号
document.writeln(" <table height=\"34\" cellSpacing=\"0\" cellPadding=\"0\" width=\"770\" align=\"center\" background=\"\/images\/search_bg.gif\" border=\"0\" id=\"table1\">");
document.writeln("	<tr align=\"middle\" height=\"34\">");
document.writeln("		<td width=\"8\"> <\/td>");
document.writeln("		<td width=\"122\">");
document.writeln("		it教程搜索<\/td>");
document.writeln("		<form style=\"MARGIN: 0px; PADDING-TOP: 3px\" name=\"search_mainform\" method=\"post\" action=\"\/search.asp\">");
document.writeln("			<td width=\"170\">");
document.writeln("			<input id=\"searchKey\" style=\"BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif\" size=\"10\" name=\"searchKey\">");
document.writeln("			<select name=\"searchType\">");
document.writeln("			<option value=\"1\" selected>题目<\/option>");
document.writeln("			<option value=\"2\">内容<\/option>");
document.writeln("			<\/select> <\/td>");
document.writeln("			<td width=\"24\">");
document.writeln("			<input type=\"image\" height=\"34\" alt=\"本站搜索\" width=\"24\" src=\"\/images\/search_go.jpg\" border=\"0\" name=\"image\"><\/td>");
document.writeln("		<\/form>");
document.writeln("		<td width=\"8\"> <\/td>");
document.writeln("		<td>");
document.writeln("		<div align=\"right\">");
document.writeln("			<marquee scrollAmount=\"3\" behavior=\"alternate\" width=\"300\"><\/marquee><\/div>");
document.writeln("		<\/td>");
document.writeln("	<\/tr>");
document.writeln("	<\/table>");
document.writeln(" ");

⌨️ 快捷键说明

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