Thank you very much.
My Problem is once click the button in popup window, the selected value does not display in asp:text box in parent window (with Master Page)
But It can display result in asp:label in parent window. If I change
var txtName = GetElement(form, "span", "txtItemID"); to
var txtName = GetElement(form, "span", "lblItem");
Popup window disappeared and select value is displaying in asp:lblItem in Parent window.
Pls advice me.
Thank you
Maideen