[Zope] keyword index and netscape vs ie

Chris Withers chrisw@nipltd.com
Thu, 06 Jul 2000 12:12:40 +0100


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 ;-)