Click to See Complete Forum and Search --> : Frontpage creates buggy js


thecat
08-09-2003, 10:41 AM
I created a webpage with Frontpage 2000 with DHTML buttons.
In IE the mouseover effect is correct.
Mozilla reports an error in the javascript file in line 105: doc_els has no properties.

The line reads
for (index=0; index doc_els.length; index++)

I donn't know javascript and have no clue how to solve this. Anybody please?

AdamGundry
08-09-2003, 11:04 AM
Frontpage creates buggy HTML, let alone JS. It would help if we saw the rest of the JS code - this line refers to an string/array which may or may not exist.

Adam

thecat
08-09-2003, 01:36 PM
Thanks for the help. Let me attach the script file for you to look at.