Open a file with specific page from an anchor tag
I am trying to open a specific page in a file from an anchor tag(<a href=""></a>
). The anchor tag is in a xls file. When I tried doing this I am able specify find the specif开发者_如何学Cied page but when I pass a parameter I am not able to find the location of the page. Can anyone help me in this please?
Try to click here: Page 4 of a PDF outlining Ghostscript's new color management architecture -- it should open a PDF on page 4. Works for me with Internet Explorer 7 as well as with Google Chrome v6.
The method to indicate the URL is http://some.web.server/path/to/file.pdf#page=33 ...
(I only assume you want to open PDFs in that way because you tagged the question with the PDF tag....)
精彩评论