﻿document.writeln("<form id=\"Search\" action=\"SearchResult.aspx\" method=\"post\">");
document.writeln("                        <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"search-table\">");
document.writeln("                            <tr>");
document.writeln("                                <td>");
document.writeln("                                    <input name=\"TxtKey\" type=\"text\" class=\"search-text\" \/>");
document.writeln("                                <\/td>");
document.writeln("                                <td>");
document.writeln("                                    <input type=\"submit\" value=\"搜索\" class=\"search-button\" title=\"信息查询\" \/>");
document.writeln("                                <\/td>");
document.writeln("                            <\/tr>");
document.writeln("                        <\/table>");
document.writeln("                        <\/form>");