Hello! I need help. I am doing a module, and I need to use a JavaScript functions. My problem is that JavaScript doesn't recognise ASP controls' ID.
I wrote in the .js file this:
var str = document.getElementById('<%=eti.ClientID %>').value;
and it doesn't work. How can I fix it?
Thanks