Hello,
I'm trying to make a gadget that fetches contents from a specific
website. But always that I fetch something from it I get error "503
Service Temporarily Unavailable". The thing is that I can normally
access the website in my browser. Can someone help me on this matter?
A simplified code for the gadget is below.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="hello world example" />
<Content type="html"><![CDATA[
<script type="text/javascript">
_IG_FetchContent("http://www.ogol.com.br/", test);
function test(txt){
alert(txt);
};
</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
-~----------~----~----~----~------~----~------~--~---