Thread
:
java script code not working in mozilla
View Single Post
#
2
(
permalink
)
12-28-2005, 05:16 AM
mikesmith76
WebProWorld Pro
Join Date: Sep 2005
Location: Manchester, UK
Posts: 254
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
mikesmith76
View Public Profile
Send a private message to mikesmith76
Find all posts by mikesmith76