i have been trying to pass an url in a query-string to a method, like this : my.zopesite.com/function?qs="url to be sent" - which works ok the problem is that when i tell the function to render the url, it intreprets it is a string. If my function looks like this : <!--#var standard_html_header--> <dtml-var qs> <!--#var standard_html_footer--> ...i just get an output of "url to be sent" instead of the content of that url.. This seems reasonable enough to me, but how do i tell Zope to render the contents of the document which id equals the query string ? Do i have to do a <dtml-in> and check id against qs in an expression, or is there an easier way ?? thx ------------------------------------------------ Geir B Hansen geirh@funcom.com Web-designer / Graphic artist Funcom Oslo ------------------------------------------------