TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: search engines for PDF&HTML From:"Wing, Michael J" <mjwing -at- INGR -dot- COM> Date:Thu, 19 Mar 1998 14:05:53 -0600
Tangent to the search techniques supplied in this thread, I have used a
workaround for searching local HTML files on computers operating on NT or
Windows95. The FindFiles program (delivered with these operating systems)
can be used by setting the Named: field to "*.htm *.html", the
ContainingText: field to the search term or phrase, and the LookIn: field to
directory containing the HTML files. You can then load any of the items
from the resultant list by double-clicking.
Using VB script, a button could be placed in an HTML file to display the
FindFile dialog box. The code is as follows:
<Input Type="Button" Value="Search" id="butFind">
<Script Language=VBScript>
Sub butFind_OnClick()
Dim MyShell
Set MyShell=CreateObject("Shell.Application")
MyShell.FindFiles
Set MyShell = Nothing
End Sub
</Script>
The FindFile dialog box does not return as a programmable object.
Therefore, the search parameter values cannot be entered nor can the search
be started through code.
> Some requested that I post the responses to my recent question about
> search
> engines for PDF and HTML. My original post is below, and each response
> follows, separated by asterisks. Thanks to everyone - we are currently
> looking into the Lycos product.
>
> -Ellen
> Ellen Smith
>