I am using the CGI version and would like to populate the title tag with the search term string that gets used and also rendered in on the page 'Search results for: '. How can I do this - I am loathed to switch to php as i have quite a large site. Please help!
Announcement
Collapse
No announcement yet.
<TITLE> Tag in CGI Version
Collapse
X
-
You would have to embed the CGI version in another server-side script (eg. a PHP or ASP page, see here for more information), and have some code in that script to pre-process the HTTP GET parameters, retrieving the search query to be used to output the <title> tag before the CGI output.
Comment