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