TestPrint Iframe

by murgiaMarco

HTML

<iframe src="http://m.wikipedia.org/" width="320" height="568"></iframe>


<p>Click the button to print the current page.</p>

<button onclick="myFunction()">Print this page</button>

<script>
function myFunction() {
  window.print();
}
</script>