home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
searches
/
ia.xml
< prev
next >
Wrap
Text File
|
2002-08-29
|
863b
|
31 lines
<search function="ia">
<name>Internet Archive</name>
<description>
Look at copies of web pages archived at periodic intervals.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>ia cnet.com</td></tr>
</table>
</description>
<category>Fun</category>
<link>http://web.archive.org/</link>
<script><![CDATA[
function ia(q)
{
if( nullArgs("ia",q) )
return false;
else if (q.indexOf("://") >= 0)
openSearchWindow("http://web.archive.org/web/*/" + q);
else
openSearchWindow("http://web.archive.org/web/*/http://" + q);
}
]]></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>