html - Link to a page with iFrame to load different PDF files -


i'm working on project has slight complexity it, , i'm not on how approach this. can load pdf's in iframe no problem, issue have follows:

we have landing page links pdf articles. create second page, header , navigation of landing page, include type of iframe or viewer allow user click given pdf link, , have document load in viewer or iframe of second page.

any on how achieve appreciated.

use shadowbox that. site shadowbox.js

it's easy install, follow simple instructions.

on landing page need link

<a href="second_page.html#mypdf">pdf</a> 

on second page shadowbox style link

<a href="mypdf.pdf" rel="shadowbox" id="mypdf">pdf</a> 

don't forget fix paths.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -