Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

Link Parameter from Internet Explorer/Acrobat Plugin on CD-ROM do not work

$
0
0

I got a strange Problem. I got an HTML5/JS website project that manage and shows PDF documents. It can be run in filesystem or on a CD. If I run it from a CD it is not possible to read out link parameters in IE:

alert(window.location.search);
alert(window.location.href);
The links are placed mostly in the PDF documents in the following format: ../index.html?open=FEK040ML.pdf&from=XYZ.pdf.

It runs fine on every browser in filesystem with AcrobatPlugin and every Browser from CD except the Internet Explorer (window.location.href shows file:///D:index.html but the parameters are missing). Any ideas?

Best regards ...

This is a crosspost: http://stackoverflow.com/questions/28429160/link-parameter-from-internet-explorer-acrobat-plugin-on-cd-rom-do-not-work


Viewing all articles
Browse latest Browse all 3527

Trending Articles