Given that the html.tbl file is used to store the html files of a
database, is it possible to have the links generated on the results page
call back for portions of the html.tbl file?
This could be an option that is turned on or off when one is indexing
the database and these links could possibly instruct a subroutine in the
webinator cgi routine to dynamically regenerate an html file whose
contents would be a specific section of the html.tbl file. While there
might be no way to regenerate all the original tags and hrefs, perhaps you
could generate this volatile html file to have just the following tags:-
<html>
<head>
<title>title of doc</title>
</head>
<body>
<pre>
lines of text
lines of text
lines of text
lines of text
</pre>
</body>
</html>
Given that the html.tbl file appears to be highly structured, this could
entail parsing a table entry into a template file.
Would you be interested in offering such a option?
Regards
Anthony,