Please Help! How i can find DOM element :
<asp:Content .....>
....
<asp:TextBox ID="txt1" runat ="server" Text="Test"></asp:TextBox>
....
</asp:Content>
From PopUp window i will change atribute Text, But in JScode like ...
DOM = document.getelementByID("txt1")
is null.