Also, according to html spec. any js script can be ether in head or body
(head scirpt or body script). I saw that your js are not in either. Fixing
that should fix this.
For example, put your js like this.

<head>
  <script> </script>
</head>

<body>

</body>

Sachin


On Tue, Jul 14, 2009 at 6:00 PM, Athira JJ <[email protected]> wrote:

>
> gadgets.util.registerOnLoadHandler is a function that executed when
> the gadget loads.
> So it should work fine if you move gadgets.util.registerOnLoadHandler
> (callback) after the callback function.
>
> Hopefully that solves the issue, if not let me know.
>
> Athira
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut 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/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to