www.gusucode.com > 中网景企业网站管理系统 2008源码程序 > english/search_from.asp

    document.write('<form id="formsearch" name="formsearch" method="post" action="search.asp">');
document.write('<div class="searchleft">');
document.write('<select name="searchtype" id="searchtype" class="input">');
document.write('<option value="news" selected="selected">News</option>');
document.write('<option value="products">Products</option>');
document.write('<option value="download">Download</option>');
document.write('</select>');
document.write('</div>');
document.write('<div class="searchright">');
document.write('<input name="keywords" type="text" class="input" size="13" maxlength="20" />');
document.write('<input name="ChannelID" type="hidden" value="0" />');
document.write('</div>');
document.write('<div class="clearboth"></div>');
document.write('<div align="center">');
document.write('<input name="Submit" type="submit" class="button" value="Search" />');
document.write('</div>');
document.write('</form>');