How to adding a toolbar (like google traslate) to a webpage opened through a link for saving/process
        Posted  
        
            by arunas_t
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by arunas_t
        
        
        
        Published on 2010-05-20T10:25:12Z
        Indexed on 
            2010/05/20
            10:30 UTC
        
        
        Read the original article
        Hit count: 336
        
Hello, lets say I have bunch of hyperlinks. When link is clicked, I'd like an opened page (in a separate window) to have a google-translator style toolbox that I could use to save the page to a localdisk if I liked it, adding a few tags to the database using php. I understand how to save a file using php, but could You help me with ideas as how to add a toolbar and to send request from toolbar to my processing page? Here's graphic representation of my question.

© Stack Overflow or respective owner