Saturday 31 March 2012

How apply css class on on a control using javascript


function SetActive(Link1,Link2,Link3)
{
debugger;
document.getElementById(Link1).className="place-order-active";
document.getElementById(Link2).className ="place-order";
document.getElementById(Link3).className ="place-order";
}

No comments:

Post a Comment