RESPONSE and QUERY_STRING
29 Mar
2000
29 Mar
'00
9:27 a.m.
Hi, I've tried to passe query_string in response redirect but I cant find query_string in redirected page. It is empty? <dtml-call "RESPONSE.redirect('/zp_proto/?<dtml-var QUERY_STRING>')"> Is there any way to do this? Any suggestion? Thank's __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
29 Mar
29 Mar
11:15 a.m.
New subject: [Zope] RESPONSE and QUERY_STRING
Marc DANAI schrieb:
Hi,
I've tried to passe query_string in response redirect but I cant find query_string in redirected page. It is empty?
<dtml-call "RESPONSE.redirect('/zp_proto/?<dtml-var QUERY_STRING>')">
Try: <dtml-call "RESPONSE.redirect('/zp_proto/?'+QUERY_STRING)"> hth, Thomas
9504
Age (days ago)
9504
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marc DANAI -
Thomas Weiner