Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sayham-sjb/776a132b129ac0b57f1fb5844b30ebe8 to your computer and use it in GitHub Desktop.
Save sayham-sjb/776a132b129ac0b57f1fb5844b30ebe8 to your computer and use it in GitHub Desktop.
HowToPrintContentsFromCertainDIV_printThisDiv3 #html #VS
<div id = "printThisDiv">
This part of the page will only be printed!!!
</div>
<input type = "button" value = "Print"
onclick = "JavaScript:printSpecificDiv('printThisDiv');" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment