> > > I think I'll have to write some loopy code to find each one > > and clean it up before sticking them in href tags.... :o( > > What happens if you've got a URL which actually ends with a period? For > example, a fusebox URL calling the default action of the "blah" circuit: > > http://www.blah.com/index.cfm?fuseaction=blah. > Easy.
Thats not good programming practice. You can't expect the default action to do something safe. You need to specify the action that you're going to take. ;o) Stephen -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
