home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
searches
/
mwd.xml
< prev
next >
Wrap
Text File
|
2002-10-30
|
1KB
|
39 lines
<search function="mwd">
<name>Merriam-Webster Dictionary</name>
<description>
Search for word definitions.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>mwd idempotent</td></tr>
</table>
</description>
<category>Reference<category>Language</category></category>
<link>http://www.m-w.com/</link>
<form name="mwdf"
action="http://www.m-w.com/cgi-bin/dictionary"
method="post">
<input type="hidden" name="book" value="Dictionary"/>
<input type="hidden" name="va"/>
</form>
<script><![CDATA[
function mwd(q)
{
if( nullArgs("mwd",q) )
return false;
else
{
document.mwdf.va.value = q;
submitForm(mwdf);
}
}
]]></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>