Copying data across tabs
        Posted  
        
            by Guillermo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Guillermo
        
        
        
        Published on 2010-03-13T19:17:09Z
        Indexed on 
            2010/03/13
            19:25 UTC
        
        
        Read the original article
        Hit count: 433
        
Hello,
I got two different forms in two different tabs. One has data from our system and the other one is an interface of another, external, system in wich we need to copy data into (XML or API integration not an option here)
The this is that, having open both forms - in two different tabs - i need a greasemonkey script or something similar that allows my to copy data from one form to the other (using the getValue method in Javascript).
The problem right now is that I cannot figure out how to reference with a greasemonkey script one particular tab or window (to rad data from or write data to). Do you think it would be possible to do what I'm thinking to do?
THANKS
© Stack Overflow or respective owner