View Single Post
  #2 (permalink)  
Old Apr 25th, 2004, 22:03
D3mon D3mon is offline
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
I don't know much about Javascript, but do know that IE and NS have very different document structures, which affects the way objects are detected within the code.
If you are referencing objects within your code with an ID, then try to use GetObjectbyID([blah]) rather than referencing the object name directly.