the following doesn\'t work , why ?
var myWindow=null; myWindow = window.open(targetUrlVar,\"_blank\",\"resizable=yes\"); $(myWindow).load(function(){ a
$(document).ready(function() { //perform tasks, DOM is loaded });
Hope this helps.