www.gusucode.com > 中网景企业网站源码时尚版 2009.73码程序 > english/inc_search.asp

    <% If isSearch=1 and isDispBlock(ChannelID,2)=1 Then %>
    <div class="lefttitle">Search</div>
    <form id="formsearch" name="formsearch" method="post" target="_blank" action="search.asp">
    <div class="searchleft">
	<select name="ModuleType" id="ModuleType" class="input">
	<% If GetChannelContent(2,"isStop")=0 Then Response.Write("<option value=""2"">News</option>"&vbcrlf) 
	If GetChannelContent(3,"isStop")=0 Then Response.Write("<option value=""3"" selected=""selected"">Products</option>"&vbcrlf) 
	If GetChannelContent(9,"isStop")=0 Then Response.Write("<option value=""4"">Images</option>"&vbcrlf) 
	If GetChannelContent(5,"isStop")=0 Then Response.Write("<option value=""5"">Download</option>"&vbcrlf) 
	%>
	</select>
	</div>
	<div class="searchmid">
	<input name="keywords" type="text" class="input" size="8" maxlength="50" />
	</div>
	<div class="searchright">
	<% If isImgButton=0 Then %>
		<input name="Submit" type="submit" class="button" value=" GO " />
	<% Else %>
		  <input type="image" name="imageField" src="<%=UpDir%>images/button_search_en.gif" />
	<% End If %>
	</div>
	<div class="clearboth"></div>
	</form>
    <div class="underxline"></div>
<% End If %>