I want to use Zoom Search Engine with my AJAX enabled web site. I can get the results with AJAX. But the links on the result page, created by the search.cgi, are not ajax enabled. I need to change every link on the result page from "<a href="http://someurl">" to "<a href="#" onclick="javascript:getPage('http://someurl');">".
Is this possible?
If not will it be possible to fully customize the search results page?
Is this possible?
If not will it be possible to fully customize the search results page?
Comment