Tuesday, May 17, 2011

from the parent form call the function of the child form(which loaded in frame)


try{
var obj = document.all["SummaryDetailsFrame"].contentWindow.document;
obj.getElementById("btn_Save").click();
}catch(e){}


No comments:

Post a Comment