Here is an updated version of the FedEx tracking search as they have changed their website.
Steve
<search function="fedex">
<name>FedEx</name>
<description>
Track multiple FedEx packages using tracking numbers.<br/>
<div class="helpboxDescLabels">Usage:</div>
<table class="helpboxDescTable">
<tr><td>fedex <<i>number1</i>>[, <<i>number2</i>>[,...]]</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>Steve Poirier</contributor>
<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" />
<input type="hidden" name="tracknumbers" value="" />
</form>
<script><![CDATA[
function fedex(q)
{
if( nullArgs("fedex", q) )
return;
document.fedexf.tracknumbers.value = q;
submitForm(fedexf);
}
]]></script>
<copyright>
The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
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>------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ To unsubscribe visit: https://lists.sourceforge.net/lists/listinfo/dqsd-users [email protected] http://sourceforge.net/mailarchive/forum.php?forum_id=8601
