Try :
http://support.microsoft.com/kb/260519/en-us
As the content is not to be displayed by the browser, the current window is
left intact (is this what you are looking for ?).
--
Patrice
"darrel" <(E-Mail Removed)> a écrit dans le message de
news:ewUtTXP%(E-Mail Removed)...
> I'm storing data on all of the files we upload to our site in a database.
>
> Instead of just linking directly to the file, I'd like to link to a page
> that will then grab the file and update a count in the DB (for traching
> which documents get the most downloads).
>
> I could easily do this by sending the document link to a new URL, passing
a
> querystring, and have that page then stream the file.
>
> Is there a way to do this without having to actually refresh the page in
the
> end-user's browser, though? I'm guess I'd have to use some compliled
> server-side script for this outside of the current app?
>
> -Darrel
>
>