hey friends i found one great website which provide free search engine based on java script. isn't cool...name of the website is www.javascriptkit.com.
shar your experiences with me...if you have any problem then do contact to me
regards
abhi.
Is that posible? Javascript Search Engine?
I've ever known search engine on php, jsp or asp.
| takashiro wrote: |
Is that posible? Javascript Search Engine?
I've ever known search engine on php, jsp or asp. |
It is but it's not practical. It'd require a large list on a server. Alone, not really great. Together with PHP, it becomes a cool little AJAX thing.
yes its possible with AJAX.
It sounds interesting. I have been trying to find a free search engine tool that won't have lots of ads, etc. that works on a windows server. That is a pretty big list of criteria, I know, but this may have an answer for me.
Better use google search engine embeded on your site. That javascript search engine requires that the admin generate url's and keywords lists manually...
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Search">
<font size=-1>
<input type=hidden name=domains value="http://(site here)"><br><input type=hidden name=sitesearch value=""><input type=hidden name=sitesearch value="http://(site here)" checked><br>
</font>
</FORM>
(google)
| KHO wrote: |
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Search">
<font size=-1>
<input type=hidden name=domains value="http://(site here)"><br><input type=hidden name=sitesearch value=""><input type=hidden name=sitesearch value="http://(site here)" checked><br>
</font>
</FORM>
(google) |
just like that