[Zope] passing variables with POST method
Eugen Nedelcu
eugen@sifolt.ro
Wed, 5 Feb 2003 10:05:19 +0200
Hi,
Does anyone knows if there's a method with ZOPE to pass variables
through POST method, beside using forms?
Something like this:
REQUEST.RESPONSE.redirect('url',query) with the effect of the
following code in usual python:
>>> import urllib
>>> params = urllib.urlencode({'spam': 1, 'eggs': 2, 'bacon': 0})
>>> f = urllib.urlopen("http://www.musi-cal.com/cgi-bin/query", params)
TIA.
--
ICQ: 165549179