Hi,
You can use document.getElementById('htmlControlid') to get the control on page.
If the control is server-side, you can use document.getElementById('<%=control.ClientID%>').
In ASP.Net Ajax, you can use $get('') to replace document.getElementById('').