advice to track graphics rendering in DTML or python(script)
I have a template that needs to render a different header GIF, based on a URL variable. eg: http://zope/images/header.gif?Alkj9876 How do I capture the "UniqueID" in DTML so I can process a DTML-If and record the ID? TIA, Trevor
Hello Trevor, Sunday, October 28, 2001, 19:36:10, you wrote: TT> I have a template that needs to render a different header GIF, based on a TT> URL variable. TT> eg: http://zope/images/header.gif?Alkj9876 TT> How do I capture the "UniqueID" in DTML so I can process a DTML-If and TT> record the ID? <dtml-var "REQUEST.QUERY_STRING"> should give you what you want -- Geir Bækholt web-developer geirh@funcom.com funcom oslo | webdev-team
Hi Everyone, There's a new article on Slashdot at: http://slashdot.org/article.pl?sid=01/10/29/0725214 Zope is mentioned in one of the linked articles, but could use more mention in the discussion. And I've got 5 slashdot moderator status points today, so give me a reason to use them by posting some informative messages about Zope there! David --- David Elfstrom, P.Eng elfstrom@sten.sunnybrook.utoronto.ca Web Systems Developer, Research Computing Sunnybrook & Women's College Health Sciences Centre Rm#S6-20, 2075 Bayview Avenue, Toronto, Canada M4N 3M5 phone: 416-480-6100 x3416 fax: 416-480-5714
participants (3)
-
David Elfstrom -
Geir Bækholt -
Trevor Toenjes