hi everyone
i have a label in my master page. i use this line in javascript:
var
label = document.getElementById("<%= Label1.ClientID %>");
it works on my local server. it works on the real server too when i use FireFox. but for IE it comes up with object required error. i have tested the code with IE in my .aspx page and i'm sure the code is correct. but when i use the same code in my master page it fails.
what can i do? thanks