0
即時通訊使用以下功能:如何使用JavaScript將值從PopUpWindow傳遞到Aspx頁面?
function GetRowValue(val) {
window.opener.document.getElementById("UniqueKeyField").value = val;
window.opener.__doPostBack();
window.close();
}
window.opener.__doPostBack error
,即使我有window.Close()
功能彈出窗口不關閉。
非常感謝你的先生......我從Popupwindow(ID)值,aspx頁面,但使用該ID(這是在文本框)我需要從數據庫中提取詳細信息。請你幫助我 –