the page has a frameset and a frame inside it
i'm trying to access the document object inside the frame.
help!
i've got the following
if ( self != top )
return;
if ( window.frames.length == 1 )
{
var doc = window.frames[0].document;
// doc is undefined????
}
Star the bug: http://code.google.com/p/chromium/issues/detail?id=20773
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.