Link to new window - does not show in many browsers....

Hi again

A homepage I work with has several links to pdf files and told them to open in a new window. But in many browsers this does not work at all. In Camino and Firefox, it just downloads the file without asking. If I right click and tell it to open in a new tab, it does not happen.

I have been so happy with the work I have done and hope not that it is all useless, because I have made some stupid mistake along the way!

I am replacing an old homepage for my job and it is quite important that it works perfectly!

Litta


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How browsers deal with PDFs can be very hit and miss and is often governed by the user’s preferences set within the browser interface and/or the plugin used by the browser.

I am afraid that you are never going to get it to work “Perfectly” across all browsers.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Perhaps the only option for consistent handling would be to force the
browser to download the file by modifying a server file. Obviously
this isn’t what you originally wanted but at least it would provide
consistent behavior across browsers, as far as I know.

Todd

//Place in the .htaccess file:

<FilesMatch “*.pdf”>

ForceType application/octet-stream

On Jan 18, 2009, at 1:33 PM, DeltaDave wrote:

How browsers deal with PDFs can be very hit and miss and is often
governed by the user’s preferences set within the browser interface
and/or the plugin used by the browser.

I am afraid that you are never going to get it to work “Perfectly”
across all browsers.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks, both of you.

I did think about making a server file instead and perhaps that is the best solution to the problem.

Litta


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Make that

ForceType     pdf     application/octet-stream

Otherwise it will probably just ball up your server. ForceType takes two arguments.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK

I will try that.

Thanks.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options