simply i take one user control and register it in one page

now in this page i write a JavaScript function like this
Code:
function sethere()
     {         document.getElementById('<%=(test1.FindControl("TextBox1")).ClientID %>') = document.getElementById('<%=(test3.FindControl("TextBox1")).ClientID %>').value;
    }
and

now how to call it in user control,user...