On Friday 13 November 2009, t...@filmchicago.org wrote:
> The php option you could try is to have the link initially link to a local
> page which would then redirect the user with the php function:
>
> <?php
> header('Location: http://filelink');
> exit;
> ?>
>
> Note that the header function must be used before any other content has
> been served to the user.
>
> -tim
>
> Sent on the Sprint® Now Network from my BlackBerry®
>
Sorry,

I tried both with target="_blank" and a php redirect script. It keeps showing 
the download page first.

I think I'll just leave it like that for now. As John said in a later mail, 
it's not really that important.

Geert
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to