View Single Post
  #2 (permalink)  
Old 12-28-2005, 05:16 AM
mikesmith76 mikesmith76 is offline
WebProWorld Pro
 
Join Date: Sep 2005
Location: Manchester, UK
Posts: 254
mikesmith76 RepRank 0
Default

your problem is using document.all, its microsoft only so wont work in all cases in other browsers. try replacing the uses of document.all with document.getElementById, this may solve your problem
Reply With Quote