Yansky, >Hi, how do I go about specifying the user agent when I'm using ajax in >jQuery?
What are you trying to do exactly? The user agent is passed in during a XHR request--just like a normal HTTP call. Also, the navigator.userAgent is available to the core template (and wouldn't change via an AJAX call.) -Dan

