On Jul 9, 10:41 am, datamgmt <[email protected]> wrote: > Thanks for this. In the end I parsed 'HTTP_REFERER' and got the > values.
I didn't realize you wanted to do this in PHP, so the syntax I suggested was the JS equivalent. But glad I could help, anyway. > We have a direct need for this functionality. We have a mashup BI > solution that we are looking to develop in Gadgets to replace an > existing desktop app. Each gadget has very different information in it > but relates to a common subject. A user can chose which gadgets they > want to have so having a single gadget that is used as a 'selector' > and the message published to all the other gadgets is highly > desirable. The context of user only and no server side interaction is > exactly what we need. So any suggestions or way in which to influence > this feature? To get PubSub back on the iGoogle team's radar, I'd suggest creating an issue here: http://code.google.com/p/opensocial-resources/issues/entry?template=iGoogle%20Feature As an alternative, you might be able to pull it off with a shared cookie; see http://groups.google.com/group/Google-Gadgets-API/browse_thread/thread/6786832a5de82a4e. My thinking would be to have the "selector" gadget store the subject in a userpref, then "publish" it to the others using a cookie, as I described in that thread. HTH, String --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
