このようなJavaScript関数があります。これらの値をポップアップ ウィンドウの JavaScript から親ウィンドウに渡す方法を教えてください。私は私が使用しなければならないことを知っています
window.opener.document.getelementbyD("ID Of TextBox");
私の子aspxページのメソッドですが、textbox
別のユーザーコントロール内にあります。どうすればいいのですか?
function(PersonName, EmailID){
//assign these values to text boxes of a parent window
//the text boxes of parent window are inside of control
}
よろしく
-ヴィシュ