[jQuery] Execute function in iFrame from parent window in IE
Hi,
What I'm trying to do works fine in FF but not in IE. I'm starting to
wonder if it's even possible to do in IE.
Basically I have a window with an iframe in it. I have javascript in
the parent window that attempts to call a function (function name =
'clear' ) in the iframe (name and id = 'iframe_printing').
Like so:
top.iframe_printing.clear( )
And I keep getting the error
Object doesn't support this property or method
Any ideas or suggestions?
Thanks much.
LT