I have a simple frameset with 2 frames
left.html - leftFrame
right.html - mainFrame
I have a pdf set to open in the right frame with this call when the frameset loads.
<body onload="location.href='file.pdf'">
I have simple html links in the left frame that I want to access the bookmarks in the of the pdf file in the right frame with some sort of javascript onclick trigger possibly.
I know how to access the bookmarks in the pdf as this works great if the pdf and links are on the same page.
file.pdf#item1 or file.pdf#page=1
I am having a major issue passing this data from one frame to another. I know this is a php forum but I have looked high and low for a solution. You guys here always point me in the right direction.
Thanks in advance,
S