I have a website for my gadget files and I’ve made a windows 7 gadget with an iframe to connect to it. The problem that I’m having is that I need to somehow send a message using javascript. The best option for me was to try parent.loadPage(‘page’) and send that from the iframe (running on a different domain) to the function of the windows 7 gadget however it does not work. Does anyone have any ideas on this it would be greatly appreciated.
Just to clarify The iframe is connecting to a website e.g. (www.example.com/gadget/page.php) The page contains a link using onClick parent.loadPage