hi i am not able to get the object which i am passing through window.open
sret = window.open(urlaspx, obj, 'center:yes; dialogWidth:400px; dialogHeight:430px; help:0; status:0; scroll:0; resizable:1');
in my urlaspx
var obj= window.opener;
var name= obj.name;
var age= obj.age;
pls help me on this
Replies
Know the answer? Post it — somebody with the same question will find it here.