Stephane,
do you mean how do you get the params out of the request when they
post to your page?
self.request.get('param1') should give you value1, if that's what
you're getting at...

On 7/12/06, Stéphane Brault <[EMAIL PROTECTED]> wrote:
Hi,
 for my application I need to let another site redirect its user to one of my 
page with an operation and some parameters, giving it this address:
 http://www.mysite.com/mypage?myOperation&param1=vaue1&param2=value2
 The values are filled by the other site.
 How can I do that ?

 Thanks,

 Stéphane


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users



--
"All guilt is relative, loyalty counts, and never let your conscience
be your guide."
 - Lucas Buck, American Gothic
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to