Fedex has changed their site and the old search used a form that they will
be discontinuing.  I do not have the SVN stuff set up on my new computer, so
I am attaching it here.  Can someone please post it?

 

 

 

Thanks,

JB

<search function="fedex">
  <name>Track FedEx Packages</name>
  <description>
    Track multiple FedEx packages using tracking numbers.<br/>
    <div class="helpboxDescLabels">Usage:</div>
  	<table class="helpboxDescTable">
  		<tr><td>fedex &lt;<i>number1</i>&gt;[, &lt;<i>number2</i>&gt;[,...]]</td></tr>
  	</table>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>fedex 40012345678, 40012345679</td></tr>
  	</table>
  </description>
  <category>Shipping</category>
  <link>http://www.fedex.com/</link>
  <contributor>Glenn Carr</contributor>
  <idea>stickyc's buddy</idea>
  
  <form name="fedexf"
       method="get"
        action="http://www.fedex.com/Tracking";>
    <input type="hidden" name="ascend_header" value="1" />
    <input type="hidden" name="clienttype" value="dotcom" />
    <input type="hidden" name="cntry_code" value="us" />
    <input type="hidden" name="language" value="english" />

    <COMMENT> The following field was active (i.e. had focus) when the search was generated. </COMMENT>

    <input type="hidden" name="tracknumbers" value="" />
  </form>
  
  <script><![CDATA[
    function fedex(q)
    {
      if( nullArgs("fedex",q) )
        return false;
      else
      {
        document.fedexf.tracknumbers.value = q;
        submitForm(fedexf);
      }
    }
  ]]></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>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to