document.writeln("<table border=0 cellpadding=0 cellspacing=5>");
document.writeln("<form action='http://www.webasp.net/article/search.asp' name=searchform method=post>");
document.writeln("<tr>");
document.writeln("	<td><b>文檔搜索：</b> <input type=text name='d_keyword' size=10 style='width:120px' class='FormText'></td>");
document.writeln("	<td>");
document.writeln("	<select name=d_classid size=1 class='FormSelect'>");
document.writeln("	<option value=''>所有...</option>");
document.writeln("	<option value='1'>ASP專欄</option>");
document.writeln("	<option value='2'>.NET專欄</option>");
document.writeln("	<option value='3'>PHP專欄</option>");
document.writeln("	<option value='4'>JSP專欄</option>");
document.writeln("	<option value='5'>CGI專欄</option>");
document.writeln("	<option value='6'>XML專欄</option>");
document.writeln("	<option value='7'>數據庫專欄</option>");
document.writeln("	<option value='8'>網頁設計</option>");
document.writeln("	<option value='9'>網管專欄</option>");
document.writeln("	<option value='10'>網站運營</option>");
document.writeln("	</select>");
document.writeln("	</td>");
document.writeln("	<td><input name='b' type='submit' class='FormBtn' value='查　詢'></td>");
document.writeln("	<td><a class=leftnavi href='/article/keyword/'>常用搜索</a> <a class=leftnavi href='/article/common/class.htm'>文檔分類</a> <a class=leftnavi href='/article/class/'>最新文檔</a> <a class=leftnavi href='/article/person/'>原創專欄</a></td>");
document.writeln("</tr>");
document.writeln("</form>");
document.writeln("</table>")