I want to be able to have a one page that for example has a table (a search interface made from a SQL method) and the chart (GDChart) of related information. I know how to pass the variable to one of these objects from a hyperlink on previous page however I want to pass the variable to both objects on this pass. i.e. This works for one object <a href="<dtml-var r-qty_contacts url>?Company.Name=<dtml-var name>">Number of Contacts in Company</a><BR> r-qty_contacts is a search interface based on a search method setup with a parameter of Company.Name. I pass the name to r-qty_contacts from the previous page. Really I would like to pass Company.Name on to multiple objects on a dtml document. Any wisdom anyone can provide would be most appreciated. Thanks Rob