Click to See Complete Forum and Search --> : How do I get this to work in Netscape 6 and 7
jmgmgibbs
06-30-2003, 09:28 AM
If anyone could help me I would greatly appreciate it. I have narrowed the problem down to lines 362-388 in the file called dhtmllib.js. I know that I need to use getElementById to replace document.layers. But when I do I continue to get errors. You can locate all files at http://jmgmgibbs.home.att.net
Thanks
Khalid Ali
06-30-2003, 09:43 AM
Don't have time to make sure if this is correct,however, you can try this at line 365 replace the existing code with this
return (document.layers)?findLayer(name, document):document.getElementById(name);
the above is in getLayer function.
I hope it will guide you in right direction.
jmgmgibbs
07-03-2003, 09:54 AM
Thank you for your help. That seems to have solved that error but I am now getting one in another file that this points to. Line 163 in the file called Scroller.js. I am getting the error Layer is not defined. Any additional help would be appreciated.
jmgmgibbs
07-10-2003, 11:34 AM
Any thoughts?