Hi All
For some time now, I have been using the following code to open an htlm help file at a certain point
I have now, for various reasons, converted this to a PDF file which I have uploaded. I now use the following code.
and also tried
and
My problem is that the PDF file always opens at the beginning!
Any ideas?
For some time now, I have been using the following code to open an htlm help file at a certain point
Code:
<a href="LawnHelp.htm#updatehistory" target="_blank">What's New</a>
I have now, for various reasons, converted this to a PDF file which I have uploaded. I now use the following code.
Code:
<a href="LawnHelp.pdf#updatehistory" target="_blank">What's New</a>
Code:
<a href="LawnHelp.pdf#nameddest=updatehistory" target="_blank">What's New</a>
Code:
<a href="LawnHelp.pdf#page=4" target="_blank">What's New</a>
My problem is that the PDF file always opens at the beginning!
Any ideas?