Example of a simple dtSearch Web search form that can be inserted into another web page. For a more minimal form, the index path and search type can also be made into hidden form variables.
How this works:
<html> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <title>dtSearch Web Search</title> </head>
<frameset rows="10%,*">
<frame src="/Support/demos/forms/embedded/dtSearch_bar.htm" name="bar">
<frameset cols="30%,*">
<% Response.Write("<frame src=" & chr(34) & _
"/Support/dtSearch/dtisapi6.dll?" _
& Request.QueryString & chr(34) & " name=res>")
%>
<frame src="/Support/demos/forms/embedded/dtSearch_minihelp.html" name="doc">
</frameset>
</frameset>
</html>