Files
WebStrayer/script.js
T
2019-01-13 17:10:12 +00:00

4 lines
216 B
JavaScript

function changePDF(chapter) {
var container = document.getElementById("pdfcontainer")
container.innerHTML = "<embed src='https://lax18.github.io/StrayerChapters/"+chapter+".pdf' type='application/pdf'></embed>"
}