[thelist] Page Check w/IE 4.x and 5.0

Bill Bejeck bethbejeck at earthlink.net
Mon Feb 11 21:30:07 CST 2002


If some one has IE 4.x and 5.0 could you check
http://billb.his.com/mg_web.htm I have put in JS and tested for older
versions of IE with the code:

if(document.all){
 var ms4Tag=document.all["menuBar"];
  for(var i=0;i<ms4Tag.length;i++){
   ms4Tag.style.cursor="hand";
   }
}
 and I would like to make sure it works.

Thanks
B




More information about the thelist mailing list