Javascript top variable in IE8
- by Jim Rootham
I am trying to reference a javascript function in a .js file loaded in my main page from an iframe using the 'top' variable. It works in FF, Safari, and IE6 but not in IE8.
The snippet is (assigned to onmouseover):
top.set_image(this, 'images/login_h.png')
Where set_image is my function.
The error is "Object does not support this…