Use ASP to do a top cool site search

Source: Internet
Author: User
The search engine is composed of an ASP file of an HTM file, mainly uses the FileSystemObject component to achieve the goal, the function is formidable, after modifies the interface may use directly, certainly adds a little own thing to be even better.
Searchpage.htm
The HTM file is used to pass in the condition
<HTML>
<HEAD>
<title>asp Search Engine Example </TITLE>
</HEAD>
<BODY>
<CENTER>
<form method=post action= "Search.asp" >
<table bgcolor= "#CC6633" border= "0" >
<TR>
&LT;TD rowspan= "3" bgcolor= "#CC6633" width= "nowrap>" </TD>
&LT;TD width= "363" nowrap> <font color= "#FFFFFF" >
<input type= "text" name= "SearchText" size= ">"
<input type= "checkbox" name= "Case" >
Highly sensitive </FONT> </TD>
&LT;TD rowspan= "3" width= "ten" >
<input type= "Submit" value= "OK" >
<P>
<input type= "Reset" value= "clear" >
</TD>
&LT;TD rowspan= "3" bgcolor= "#CC6633" width= "> </TD>
</TR>
<TR>
&LT;TD width= "363" nowrap> <font color= "#FFFFFF" > Return results
<select name= "Rlength" >
<option value= "selected>" Long information </option>
<option value= > Short Message </option>
<option value= "0" > Only return connection </option>
</SELECT>
<select name= "Rresults" >
<option value= "Ten" selected>10
<option value= ">25"
<option value= ">50"
</SELECT>
</FONT>
</TD>
</TR>
<TR>
&LT;TD width= "363" nowrap> <font color= "#FFFFFF" > must include:
<input type= "checkbox" Name= "Iimage" >
Image
<input type= "checkbox" Name= "Izips" >
Zip format
<input type= "checkbox" Name= "Ijavas" > JavaScript
</FONT>
</TD>
</TR>
</TABLE>
</FORM>
</CENTER>
<DL>
<DD> </DD>
</DL>
</BODY>
</HTML>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.