Files
WebStrayer/script.js
T
2019-01-13 17:32:49 +00:00

4 lines
263 B
JavaScript

function changePDF(chapter) {
var container = document.getElementById("pdfcontainer")
container.innerHTML = "<embed src='https://lax18.github.io/StrayerChapters/"+chapter+".pdf' type='application/pdf' style='height:calc(100vh - 70px)' width='100%'></embed>"
}