T
Torch
I have some javascript that has been working for a year - I have just
upgraded to IE6 and now its stopped working. The page consists of a parent
window containing some functions and an iframe with other functions. One of
the functions in the iframe calls a function in the parent window with
parent.functionname. IE6 fails with a JScript runtime error "Object doesnt
support this property or method". I have tried changing parent.functionname
to the more absolute addressing top.functionname but this doesnt work
either.
Has anyone else come across this? is it a bug or a new feature?
Steve
upgraded to IE6 and now its stopped working. The page consists of a parent
window containing some functions and an iframe with other functions. One of
the functions in the iframe calls a function in the parent window with
parent.functionname. IE6 fails with a JScript runtime error "Object doesnt
support this property or method". I have tried changing parent.functionname
to the more absolute addressing top.functionname but this doesnt work
either.
Has anyone else come across this? is it a bug or a new feature?
Steve