Monday, May 12, 2008

how can i get the parent window objects in the child window?

//server side

int sumRent =100;
Page.ClientScript.RegisterStartupScript(this.GetType(), "child", "");


//client side
var child=window.opener.document.getElementById('txtRentAmount').value;

No comments: