Ness_du_Frat
08-16-2004, 03:43 PM
Hello everybody !!
First of all, I don't know ANYTHING in asp. Normaly, I work with javascript and html only...
But... ( there's always a but... )
I'm making a website, in which I need a search engine. The server the site is on doesn't support php ( yet ), so I have to find something else.
I thought of the Google search engine, but after trying it, I noticed that I couldn't use it for what I want, as it returns only the pages with a meta corresponding to the query.
The website I'm making is for a university, and it contains lots of informations, concerning a lot of different subjects.
I want something capable of browsing through the pages, and searching for a particular string, and returning the reference of the pages containing the words we searched for...
Now, it comes to asp.
I found a asp script ( or whatever it's called ) which does exactly what I want, but I can't seem to make it work... :(
Here is the page where I found it (http://www.4guysfromrolla.com/webtech/102499-1.shtml#postadlink)
I put it on my website, and when I use it, it returns only that :
Search Results for
and a blank page. I think there must be a connection problem between the search.asp page, and textsearch.asp.
There was a small comment mistake in the code, I corrected it, so it's not that...
Can you help me, please ? I'm really dispaired... And sorry for my weird english, I'm French... ;)
First of all, I don't know ANYTHING in asp. Normaly, I work with javascript and html only...
But... ( there's always a but... )
I'm making a website, in which I need a search engine. The server the site is on doesn't support php ( yet ), so I have to find something else.
I thought of the Google search engine, but after trying it, I noticed that I couldn't use it for what I want, as it returns only the pages with a meta corresponding to the query.
The website I'm making is for a university, and it contains lots of informations, concerning a lot of different subjects.
I want something capable of browsing through the pages, and searching for a particular string, and returning the reference of the pages containing the words we searched for...
Now, it comes to asp.
I found a asp script ( or whatever it's called ) which does exactly what I want, but I can't seem to make it work... :(
Here is the page where I found it (http://www.4guysfromrolla.com/webtech/102499-1.shtml#postadlink)
I put it on my website, and when I use it, it returns only that :
Search Results for
and a blank page. I think there must be a connection problem between the search.asp page, and textsearch.asp.
There was a small comment mistake in the code, I corrected it, so it's not that...
Can you help me, please ? I'm really dispaired... And sorry for my weird english, I'm French... ;)