Side navigation
#983 closed bug (duplicate)
Opened February 20, 2007 09:36AM UTC
Closed February 25, 2007 06:26PM UTC
Last modified June 21, 2007 03:25AM UTC
Setting iframe body html value in msie
Reported by: | jf.hovinne | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.2 |
Component: | core | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In msie 6.0, I get an error when I use:
var doc = iframe.contentWindow.document; $j(doc.body).html(myValue);
The call works fine with previous jQuery versions - the error only appears in current 1.1.1, at line 163 of jquery.js:
this.appendChild( a );
where I get: "Error: invalid argument."
The call works in Mozilla and Opera.
Duplicate, see #978