Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Past HYPs #443182
    Jane King
    Participant

    That’s a shame – i found past HYPs massively useful 🙁

Viewing 1 post (of 1 total)
  • Save
  • Print
  • '); mywindow.document.write(data); mywindow.document.write(''); mywindow.document.close(); // necessary for IE >= 10 var mediaQueryList = mywindow.matchMedia('print'); mediaQueryList.addEventListener('change', function(mql) { if (!mql.matches) { mywindow.close() } }); mywindow.onload = function() { // wait until all resources loaded mywindow.focus(); // necessary for IE >= 10 mywindow.print(); // change window to mywindow }; return true; }