Forum Moderators: open
is possible to run a function innto window.open() instead of url: Like window.open(function(), '')
var w = window.open( "", "" ); w.document.write(function());