You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
481 B
18 lines
481 B
<!--
|
|
-- script_name example using SSI
|
|
-- This is the results page.
|
|
-- Note the server side include directive calling /cgi-bin/htsearch.
|
|
-- The page's parameters will be handed over to htsearch.
|
|
-->
|
|
|
|
<html><head><title>Search results (SHTML)</title></head>
|
|
<body bgcolor="#eef7ff">
|
|
<h2><img src="/htdig/htdig.gif">
|
|
|
|
<!--#exec cgi="/cgi-bin/htsearch" -->
|
|
|
|
<hr noshade size=4>
|
|
<a href="http://www.htdig.org">
|
|
<img src="/htdig/htdig.gif" border=0>ht://Dig</a>
|
|
</body></html>
|