Hi,

I am wanting allow extensions to my website (essentially third-party
javascript code that can provide response to certain events, sort of
simplified, gui-less gadgets). It seems like the safest way to this is
to use iframes and inter-frame communication to limit what the third-
party code can do (to some extent).

So now I need to be able to post events to the gadget-frames and
receive responses (basically RPC between frames). I know this can be
done in javascript using postMessage (window.name hacks for older
browsers). But I'm not sure what the best way to do this in GWT is.
Does anyone have any pointers for a clean way of doing this in GWT.

Regards,
Jonny

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to