Trivial amendment really but noticed that the search saved for the Ask Jeeves search engine didn't work for me (I'm using version 3.1.5).

On looking at the aj.xml file I noticed that the form action hadn't been changed following Ask Jeeves rebranding as the much sleeker http://www.ask.com.

Um anyway the amended version with the form action changed accordingly seemed to work fine.

sam mulube







_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
<search function="aj">
  <name>Ask Jeeves - Ask.com</name>
  <description>
    Jeeves answers questions written in the common question format.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>aj Why is the sky blue</td></tr>
  	</table>
  </description>
  <category>Search the Web</category>
  <link>http://www.ask.com/</link>
  <form name="ajf"
        action="http://www.ask.com/main/askjeeves.asp";
        method="post">
    <input type="hidden" name="ask"/>
    
  </form>
  <script><![CDATA[
    function aj(q)
    {
      if( nullArgs("aj", q) )
        return false;
      else
      {
        document.ajf.ask.value = q;
        submitForm(ajf);
      }
    }
  ]]></script>

  <copyright>
	Copyright (c) 2002 David Bau
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>



Reply via email to