[Zope] encoding strings for CGI

Alexander Staubo alex@mop.no
Sun, 13 Jun 1999 08:02:46 +0200


Simple. To URL encode "foo", just do:

	<!--#var foo url_quote-->

-- 
Alexander Staubo             http://www.mop.no/~alex/
"What the hell, he thought, you're only young once, and threw 
himself out of the window. That would at least keep the element of 
surprise on his side." --Douglas Adams, _The Hitchhiker's Guide to 
the Galaxy_

>-----Original Message-----
>From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
>Graham Chiu
>Sent: 13. juni 1999 07:51
>To: zope@zope.org
>Subject: [Zope] encoding strings for CGI
>
>
>I have a query which produces a table whereby I wish to click on each
>cell, and drill down further to another report.
>
>The relevant string is
>
><td><a href=showClassReport?manu=<!--#var MANUFACTURER null=""--
>>&SUBMIT=Submit+Query><!--#var MANUFACTURER null=""--></a></td>
>
>but it fails if Manufacturer has a space in it.
>
>Is there a DTML method of CGI encoding Manufacturer?
>
>-------
>Regards,        Graham Chiu
>gchiu<at>compkarori.co.nz
>
>_______________________________________________
>Zope maillist  -  Zope@zope.org
>http://www.zope.org/mailman/listinfo/zope
>
>(For developer-specific issues, use the companion list,
>zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>