Hi
Thats getting better thanks for the info I am using 1.9.0, I have now cut my call down to this
[!AjaxSearch? &ajaxSearch=`0` &landingPage=`8` &addJscript=`0` &extract=`0` showResults=`0`!]
The only thing going a bit wrong is where the input box is on the template is also outputs the results right under this also, so now it sends me to the landing page and the call on this page works fine but this is what get where the input field is:
From this:
<!-- Search form -->
<div class="searchform">
[!AjaxSearch? &ajaxSearch=`0` &landingPage=`8` &addJscript=`0` &extract=`0` showResults=`0`!]
</div>
to this after search:
<p class="ajaxSearch_resultsInfos">17 results found for "web site".<span class="ajaxSearch_resultsDisplayed">Displayed: 6</span></p>
<div id="grpResult_site_wide" class="ajaxSearch_grpResult">
<div class="ajaxSearch_grpResultName">
<span class="ajaxSearch_grpResultsDisplayed">(Displaying 1 - 6 of 17)</span></div>
<div class="paging1">
<span class="paging1Infos"> 1 - 6 / 17 </span>
<a id="next_site_wide" class="paging1Next" href="/index.php?q=search-results_Jeremy_is_.innocent&search=web+site&advsearch=oneword&aso=0,6">next</a>
</div>
<div class="ajaxSearch_result">
<a class="ajaxSearch_resultLink" href="/index.php?q=contact-us_Jeremy_is_.innocent&searched=web+site&advsearch=oneword&highlight=ajaxSearch_highlight+ajaxSearch_highlight1+ajaxSearch_highlight2" title="Contact ">Contact Us</a>
</div><div class="ajaxSearch_result">
<a class="ajaxSearch_resultLink" href="/index.php?q=.......
Things are getting close, the only thing I can think off is make a seperate template for the landing page and remove the input box on that page but I rekon I am missing something from my call.
Thanks
Ian