6 Jul
2000
6 Jul
'00
11:12 a.m.
Jonathan Cheyne wrote:
So my question to the gurus is is there an attribute or expression I can use to get round this? How can I specify that the two (or more) words in a keyword phrase are separated by pluses when the link is generated?
Try this:
<dtml-in keywords> <a href="search?key=<dtml-var sequence-item url_quote>"><dtml-var sequence-item></a><br> </dtml-in>
Or this:
<dtml-in keywords> <a href="search?key=<dtml-var sequence-item url_quote_plus>"><dtml-var sequence-item></a><br> </dtml-in>
cheers, Chris (who's also in the UK, despite the email address ;-)