Can I get the query string to appear in the results URL, for example, the resulting docment is displayed with the URL:
http://www.domain.com/pages/found.htm?s=search+string
where "search string" is my query.
This way I could get a third party script to highlight the query string, without having to modify every file, by changing the base URL to produce a URL of the form:
http://www.domain.com/display.php?fi...=search+string
Regards,
Ian Tresman
http://www.domain.com/pages/found.htm?s=search+string
where "search string" is my query.
This way I could get a third party script to highlight the query string, without having to modify every file, by changing the base URL to produce a URL of the form:
http://www.domain.com/display.php?fi...=search+string
Regards,
Ian Tresman
Comment