[Zope] Very long URLs
belen@netcom.no
belen@netcom.no
Tue, 03 Jul 2001 15:34:46 +0100
I have a problem I cannot find out how to sort it out. In my system I
end up having very long urls. Due to the characteristics of our system
many parameters are passed via links and the contents of those
parameters are quite long by themselves.
I try to make the target of my link get the parameters but without
these parameters being part of the URL. So when I click on the link the
values are available to the new accessed document.
I have tried <dtml-var "myDTMLDocument(_.None, rg1=arg1,...,argn=argn)">
But in the context of what I am doing I think it is not a valid way of
doing it.
<a href="<dtml-var "myDTMLDocument(_.None,
arg1=arg1,...,argn=argn)">">SomeText</a>
Any ideas?
ThankYou