I had the LiveSearch.js file in the exp directory. I’ve now moved it back to the exp directory, to be in the same folder with index.php, as you indicated.
As described in this thread, the LiveSearch.js file now has been edited to:
> liveSearchReq.open(“GET”, “./index.php/livesearch/” + document.forms.searchform.s.value+”/”);
It appears that all that’s left is the link.
> You have to make the link work according to the page loading the javascript.
Okay, I now have LiveSearch working again for my site’s home page. What should the link be for, e.g., the monthly_archives template?
> http://www.luxeword.com/exp/index.php/weblog/monthly_archives/2004/04/
I’ve tried it like this:
<script type=“text/javascript” src=”/livesearch.js”><script>
and like this:
<script type=“text/javascript” src=”./livesearch.js”><script>