-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsearch.html
More file actions
33 lines (31 loc) · 876 Bytes
/
search.html
File metadata and controls
33 lines (31 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<HTML>
<HEAD>
<TITLE>Free Pascal Manuals : Searching</TITLE>
</HEAD>
<BODY BGCOLOR="#C0C0C0">
<H1>Search the Free Pascal manuals</H1>
<HR>
<B>Please note:</B> that this will only work if
you are looking at these files on your local harddisk, and
if you have a java-enabled browser.
<P>
<HR>
<APPLET CODE="idksm.class" NAME="IDKSMSearchEngine"
ALT="Free Pascal search engine" WIDTH=300 HEIGHT=360
ALIGN=bottom archive="idksm.zip">
<param name=cabbase value="idksm.cab">
<param name=title value="Free Pascal">
<param name=window value=_blank>
<param name=help value=help.html>
<param name=volume value="fpchelp">
<param name=noFrame value="true">
</APPLET>
<P>
<HR>
<A HREF="fpctoc.html">Back</A> to page of contents.
<HR>
This search database was made with the <A HREF="http://www.miraclec.com/">IDKSM</A>
indexer, kindly donated by Michael A. Hess.
<HR>
</BODY>
</HTML>