THIS IS A TEST for debugging!
We can now see the script so it must be correct.
< SCRIPT language="javascript" >
if (navigator.appName >="Microsoft Internet Explorer" &&
THE ABOVE LINE, which is the SECOND line in this
script SHOULD READ == NOT >=
if (navigator.appName ="Netscape" && navigator.appVersion >= "4.0")
his line should read == "Netscape"
I had a tough time, but I kept trying things until the 'bug' message finally went away! What a job!
ON TO PART 2C