I got this working fine:

if (navigator.appName.indexOf("Netscape")!= -1)
{
/*if (navigator.appVersion.indexOf("4.72")!= -1
{*/

document.write("<multicol cols='4' gutter='20' width='800'");
document.write("<li><a href='MyCertifications.html'>Certifications</a>");
document.write("<li><a href='http://development.freeservers.com'>Progsharehouse.com</a>");
document.write("<li><a href='jobboards.html'>Job Board Links</a>");
document.write("<li><a href='http://www.unix.com/'>Unix board</a>");
document.write("<li><a href='affiliations.html'>Affiliations</a>");
document.write("<li><a href='ThanksTo.html'>Thanks To</a>");
document.write("</multicol>");
document.write("</menu>");
document.write("<br>");
/* }*/
}

What is wrong with the way I am testing appVersion? I tried nesting and with &&. I only have one Javascript book and it won't tell me.


(this post also up at my home page www.edwardtisdale.com)