calling a function or communicating from one browser window to another using Jquery / javascript
        Posted  
        
            by Shanon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shanon
        
        
        
        Published on 2010-03-13T02:50:17Z
        Indexed on 
            2010/03/13
            2:57 UTC
        
        
        Read the original article
        Hit count: 460
        
Hello,
I am designing a web site that plays music. The music player itself will be in a separate window along with the now playing list. I want to be able to refresh the now playing list when a new song is added to it from the main window. Essentially I need to figure out how to communicate between the two windows. I was only able to find one plugin on line that defines the player page as a child of the main page but then this reference would be lost after the parent page i.e my main page was refreshed. So this was not very useful to me and I'm kinda lost atm. Any help is greatly appreciated
PS: here is the link to that plugin (http://www.sfpeter.com/2008/03/13/communication-between-browser-windows-with-jquery-my-new-plugin/)
© Stack Overflow or respective owner