hi,
In my project need to hide a panel but the js file is an external src file. i tried
document.getElementById('Panel1').style.display= 'none';
but this works only when the code is in the same file as that of the aspx page.. please help wht will be the syntax be if i want to hide the panel from src js file.. Thanx in advance..
...
Go to the complete details ...