Re: URL quoting and escaping

2009-03-04 Thread Rob Hudson
I decided to follow Google's lead and pass it as a parameter of the query string instead and all is well now. Thanks for the feedback... I never considered it might be the web server. -Rob --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: URL quoting and escaping

2009-03-03 Thread Graham Dumpleton
On Mar 4, 12:29 pm, Malcolm Tredinnick wrote: > On Tue, 2009-03-03 at 17:09 -0800, Rob Hudson wrote: > > At work we wanted to set up some quick clickthru tracking.  I whipped > > up a quick solution that seemed to work on my local machine.  The > > solution was to use jQuery to look for anchor

Re: URL quoting and escaping

2009-03-03 Thread Malcolm Tredinnick
On Tue, 2009-03-03 at 17:09 -0800, Rob Hudson wrote: > At work we wanted to set up some quick clickthru tracking. I whipped > up a quick solution that seemed to work on my local machine. The > solution was to use jQuery to look for anchor tags who's href started > with "http://"; as a signifier

URL quoting and escaping

2009-03-03 Thread Rob Hudson
At work we wanted to set up some quick clickthru tracking. I whipped up a quick solution that seemed to work on my local machine. The solution was to use jQuery to look for anchor tags who's href started with "http://"; as a signifier of external links, and add a click event to them to direct th