Forum Moderators: open

Message Too Old, No Replies

window.open help

         

gonny

11:10 pm on Sep 26, 2009 (gmt 0)

10+ Year Member



Hi

is possible to run a function innto window.open() instead of url:
Like window.open(function(), '')

daveVk

5:02 am on Sep 27, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, but following has same result.

var w = window.open( "", "" );
w.document.write(function());