Hi all, I wanted to see which of my links are getting clicked, so I made each links go to a little script which builds the url and then does a RESPONSE.redirect. This works fine for redirects to html pages, but gives a very odd result for PDFs. A new window opens as expected, the correct URL appears in the address bar but in the title bar at the top of the browser window is the address of my script, 'display source' is disabled (explorer), and in the Z2.log entry, the useragent signature is replaced by 'contype'. Evidently this has to do with the content-type of the page, but I am at a loss about what to do. Can I set a content-type header along with the redirect? I've searched... I wanted this to be automatic, and the only hint about the content-type would be from the string '.pdf' in the URL... Any explanations out there? And where did 'contype' come from?? Cheers, Ken