I don't get it. Why are you encourage developers to do their work in
the sandbox if this won't work for typical users (without sadnbox)? Am
I misunderstand?

Kamil

On 8 Gru, 23:26, "Dan (Google Employee)" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The code you've pasted will only work in the iGoogle Developer
> sandbox, not in production. You can test this code by visiting
> google.com/ig/sandbox and signing up (which will put your iGoogle
> account into sandbox mode).
>
> Best,
> Dan
>
> On Dec 8, 1:09 am, csbs <[EMAIL PROTECTED]> wrote:
>
> > I'm reading this google gadget API and have tried for 3hrs following
> > the doc, yet nothing works.
> > Even copy/pasting the code from the doc doesn't work.
> > It seems only the legacy code works.
> > What is going on?
> > Does the code below work at all?
>
> > <?xml version="1.0" encoding="UTF-8"?>
> > <Module>
> > <ModulePrefs title="hello world example" />
> > <Content type="html"><![CDATA[
> > Does This Work?
> > <div id="content_div">No!</div>
> > <script type="text/javascript">
> > function myfunction() {
> > document.getElementById('content_div').innerHTML = "<div>yes</div>";
>
> > };
>
> > gadgets.util.registerOnLoadHandler(myfunction);
> > </script>
> > ]]></Content>
> > </Module>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to