FSO
Hi
Using FSO how to serach the file and get display
<FORM METHOD=POST id=form1 action="searchresult.asp" name=form1 onsubmit="return Check();">
Enter text to search for:
<INPUT TYPE=TEXT NAME=TextToSearch>
<P>
<INPUT TYPE=SUBMIT VALUE="Begin Search!" id=SUBMIT1 name=SUBMIT1>
</FORM>
In the text box if enter 's' for example it should list all the files starting with the name 's' in the particular folder
|