Document JavaScript DHTML



A Simple Page

function findhead1() 
{
    var detectElement = document.all("head1");
    if (detectElement == head1) 
    {
        alert("Element \'head1\' exists");
    }
}



Heading One