home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
searches
/
ebuy.xml
< prev
next >
Wrap
Text File
|
2002-10-30
|
953b
|
37 lines
<search function="ebuy">
<name>Ebuyer</name>
<description>Search ebuyer.com
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr>
<td>ebuy keyboard</td>
</tr>
</table>
</description>
<category>Shopping</category>
<link>http://www.ebuyer.com/</link>
<contributor>Matthew Slight</contributor>
<form name="ebuyerf" method="post" action="http://www.ebuyer.com/customer/products/index.html?action=">
<input type="hidden" name="qfind" />
</form>
<script><![CDATA[
function ebuy(input)
{
if( nullArgs( "ebuy", input) )
return;
else
{
document.ebuyerf.qfind.value=input;
submitForm(ebuyerf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 Matthew Slight
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>