Re: SSI
Zenon Panoussis <[email protected]>
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
I wrote: > ...if my SSI statement says #include virtual="search.cgi", > that's exactly what I'll get every time that the including page is loaded: the > output of search.cgi without any arguments. In order to get results, I think, > the SSI include statement should contain the query, like > <#include virtual="search.cgi?q=$&(q)&cmd=Search!>. But that's not possible, it > defies the whole idea of an SSI include in an otherwise static page. > So I wonder, has anyone gotten this to work? Can anyone see what I'm doing wrong? Just to clarify: what I'm asking is, can the query be put in the search template itself somehow? Like <form action=/cgi-bin/search.cgi?$&(q)"> or some other such trickery? Cheers, Z