function f() { var s = document.getElementById("design2323").innerHTML; var w2 = window.open(); w2.document.open(); w2.document.write(s); w2.document.close() }