2010/1/19 mike <[email protected]>: > This question may be slightly involved but let me first provide the > context. > > The extension is a toolbar like the StumbleUpon toolbar. My background > page gets a JS file which constructs a an iframe (with PHP source) to > be appended to the top of the page. The background page then passes > this script to the content script and the content script embeds the JS > file script into the page. At this point you can see the toolbar at > the top of the page. Now the challenge is modifying fields on the new > toolbar. > > I'm curious where I should do this from or if it is possible. after > appending the the script to the page in my content script I try to do > document.getElementById() but get null. when and from where will the > newly added iframe be available via DOM access? Please let me know if > there is anything I can clarify here. Any help is much appreciated!! > Thanks.
I would guess you're being held back by http://code.google.com/p/chromium/issues/detail?id=20773 which means you can't access the iframe from your content script at the moment...
-- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
