Aha ! Well spotted, Sir. Yes, it works. Damn those blasted quotes. I usually leave them out and have no trouble. I know it's CF standard, but quotes seem to cause far more trouble than they are worth, except for cases when encasing something with necessary spaces.
> Hey Andrew, > > Looks like your missing a closing double-quote on > The HREF attribute.. That > could be causing some > Unexpected results.. > > <A HREF="SameSurname.cfm?Sur=#URLEncodedFormat(Sur)#> > > Should be > > <A HREF="SameSurname.cfm?Sur=#URLEncodedFormat(Sur)#"> > (#SameSur.RecordCount# Customer(s) with same surname) </A> > > Seeeya, > Adam > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andrew > Dickinson > Sent: Thursday, 20 March 2003 1:50 PM > To: CFAussie Mailing List > Subject: [cfaussie] RE: How to parse text as a parameter in a URL > > > Still no change. > > The format Mark mentioned is the same as on > http://livedocs.macromedia.com/cf50docs/CFML_Reference/Functions243.jsp# > 1114140 > > > So the official help recommended still don't work. > > I also tried encasing Sur in single quotes - again no change. > > I'm using CF4 - does this make a difference ? > > > > Try > > > > <A HREF="SameSurname.cfm?Sur=#URLEncodedFormat(Sur)#> > > (#SameSur.RecordCount# Customer(s) with same surname) </A> > > > > Cheers > > > > Mark > > > > > > ______________ > > Mark Stanton > > Web Production > > Gruden Pty Ltd > > Tel: 9956 6388 > > Mob: 0410 458 201 > > Fax: 9956 8433 > > www.gruden.com > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
