Groups
Groups
Sign in
Groups
Groups
ie7-js
Conversations
About
Send feedback
Help
IE7.js and iframes
10 views
Skip to first unread message
Paul
unread,
Aug 6, 2008, 7:33:35 PM
8/6/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ie7-js
I saw a couple older threads on this. I too have been getting an error
in IE6 and IE7:
Error: 'v' is null or not an object
This was on a page including IE7.js and embedded in an IFRAME.
My solution to get it working was to:
Replace:
v=document.body;
near the end of IE7.js
With:
var fe=window.frameElement;v=(fe&&fe.document)?
fe.document.body:document.body;
I applied this edit to IE7.js, revision 29 from the trunk.
Paul
Reply all
Reply to author
Forward
0 new messages