|
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.
|