how to make an ASP page for using the Index server?

B

Ben

Hi,

I need a search engine for my web. The service Index Server (for web) is
started (win 2K) but i don't know how to make an ASP page for that. I can
make a form like this:

<form ACTION="/asp/search_v2/query2.asp" METHOD="POST">
<table WIDTH="500" bordercolor="#FFFFFF">
<td>Give what you want to search:</td>
</tr>
<td><input TYPE="TEXT" NAME="SearchString" SIZE="65" MAXLENGTH="100"
VALUE=""></td>
<td><input TYPE="SUBMIT" NAME="Action" VALUE="Go"></td>
</form>

but then ...

Thanks for any help or hint.
Ben
 
E

Evertjan.

Ben wrote on 24 apr 2005 in microsoft.public.inetserver.asp.general:
Hi,

I need a search engine for my web. The service Index Server (for web)
is started (win 2K) but i don't know how to make an ASP page for that.
I can make a form like this:

<form ACTION="/asp/search_v2/query2.asp" METHOD="POST">

dat kan, het hangt van de inhoud van query2.asp af
<table WIDTH="500" bordercolor="#FFFFFF">

je vergeet said:
<td>Give what you want to search:</td>
</tr>

je vergeet said:
<td><input TYPE="TEXT" NAME="SearchString" SIZE="65"
MAXLENGTH="100"
VALUE=""></td>

VALUE="" doet hier niets zinvols
<td><input TYPE="SUBMIT" NAME="Action" VALUE="Go"></td>

"Action" is een speciaal woord in een form, liever niet gebruiken
NAME= is niet zo zinvol hier, behalve als query2.asp er iets mee doet
je vergeet said:
</form>

but then ...

Van Index servers heb ik geen verstand, maar die wordt aangestuurd in
query2.asp, niet in deze file.
Thanks for any help or hint.
Ben

Voor essentieel antwoord op je vraag in deze NG,
zou ik de <table> er helemaal uitlaten.
 
J

Jeff Cochran

I need a search engine for my web. The service Index Server (for web) is
started (win 2K) but i don't know how to make an ASP page for that. I can
make a form like this:

<form ACTION="/asp/search_v2/query2.asp" METHOD="POST">
<table WIDTH="500" bordercolor="#FFFFFF">
<td>Give what you want to search:</td>
</tr>
<td><input TYPE="TEXT" NAME="SearchString" SIZE="65" MAXLENGTH="100"
VALUE=""></td>
<td><input TYPE="SUBMIT" NAME="Action" VALUE="Go"></td>
</form>

but then ...

Might want to check out http://www.simongibson.com/intranet/. Also
look at:

http://www.microsoft.com/ntserver/ProductInfo/faqs/Indexfaq.asp
http://www.aspin.com/home/tutorial/servers/indexser

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top