Writing Content Between Firefox Tabs

Posted by GregH on Stack Overflow See other posts from Stack Overflow or by GregH
Published on 2009-12-10T15:09:58Z Indexed on 2010/06/13 20:02 UTC
Read the original article Hit count: 157

Filed under:
|
|
|

I am trying to write some values that I extract from a page (via JS/JQuery) opened in a tab in Firefox, to another opened page in a different tab within Firefox. Is this possible? Basically, I am trying to write some values I extract to a Google document that I have open in a different tab. I can see the "document" value in the DOM for my Google Document is something like:

Doc?docid=0AQyS4r3XWCQ7ZGZ3dnE2OHNfMTNmcHE2OHAzMg&hl=en

Can I just write to that document?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery