It's not an error with AF's code...that's how JavaScript works...
You are assigning onmouseover to a function called "targetfunction", which is supposed to be a member of "childframe." That's the 'object' it is expecting.
What exactly are you wanting to accomplish with this script?
Jordan
nlmark
1:54 pm on Oct 16, 2003 (gmt 0)
Still doesn't work. I want that a pop-up menu disappears. It usually does, but when I rapidly move my menu off the iframe, it doesn't trigger the iframe hideMenu function, so the parent should trigger it. But it won't, cause of this error.