planeboy747
Technical User
In this function, I need to add another ID tag (id="third), but it's not working. Any thoughts? I think I have it scripted wrong...
function authorize()
{
var elem = document.getElementById("second")("third");
elem.style.display = "block";
document.getElementById('accTerms').style.display = 'none';
}
function authorize()
{
var elem = document.getElementById("second")("third");
elem.style.display = "block";
document.getElementById('accTerms').style.display = 'none';
}