AJ, Sounds interesting. If I wasn't traveling right now I'd surely be playing with this :).
I wrote one a few years ago that does something similar (but not as elegant) where it looks like /go/event/var1/val/var2/val. The inelegance is that with your example my link would look like /go/ events/year/2008/month/05/day/18. So I might give your code a try instead. There is, however, one thing I did a little differently. In my buildlink code if you don't have a FU for the object (but FUs are activated), I still make it SES by changing /index.cfm? objectid=longUUIDHere to /go/UUID. The go.cfm is always ready to accept that format (so even if you gave the object an FU in the future, but people still had the old link of /go/UUID, it would still always function). The code is over 3 years outdated now (www.midhosp.org ), but perhaps its time for an update :). Good job. -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com On May 18, 2008, at 12:03 AM, AJ Mercer wrote: > Attached is a replacement for go.cfm (www) > that will enable you to append extra parameters onto a Farcry SES URL > > So if you have an events page with URL /go/events > you can make a URL like /go/events/2008/05/18 > and it will create the following URL scoped variables > param1=2008 > param2=08 > param3=1 > path=/go/events > > > > -- > > AJ Mercer > Web Log: http://webonix.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
