[Zope] www.mysite.com/Members/<someone>
Ian Sparks
Ian Sparks" <isparks@wmute.u-net.com
Tue, 6 Jun 2000 16:33:47 +0100
J,
Big thanks!
I like it!
Rubs hands together with glee....
(cc'd list so other newbies can get the importance of this URL).
----- Original Message -----
From: "J. Atwood" <jatwood@bwanazulia.com>
To: "Ian Sparks" <isparks@wmute.u-net.com>
Sent: Tuesday, June 06, 2000 4:19 PM
Subject: Re: [Zope] www.mysite.com/Members/<someone>
http://www.zope.org/Members/mcdonc/HowTos/direct_traversal
That should do it.
JMA
>
> I'm not sure how to pull apart the URL to grab the peices of it which are
> parameters to the query. So if the url was :
> www.mysite.com/members/Ian/preferences and I am in the "members" DTML
method
> how do I :
>
> 1) Know where I am in the URL and
> 2) Get at the next N elements of it to pull out "Ian" and "Preferences".
I
> am aware of URL0, URL1..URLN etc but this doesn't seem to help here.