Hello Friends,
I'm providing the Javascript validation(s) in the Content Page of the Master Page
So my Javascript validation's code is given below :-
function
{
window.alert(
document.getElementById(
}
and also provide the path for this js file in the Master Page as given below
<
But my validation is not being fired as it must be....and also not throwing any error.............
But if i put my js code given above in the content page directly then it works perfectly...........................
But i want to call my validation in js file and want to call them from master page or content page........