Skip to content

Instantly share code, notes, and snippets.

/*
* Javascript String Printer
* Written by Steve Koehler
* www.tiny-threads.com
*/
function print_str(str){
var print_name = ("printer-" + (new Date()).getTime()); //random printer name
var elemFrame=document.createElement('iframe'); //the printer iframe
var printer; //the window instance of the iframe