Hey Davide,
Did you change the image sources within codice.js to
absolute URLs as
well? I just took a look at
http://www
.gteditoriale.com/foto/codice.js, and it looks like
they're
still relative URLs. On line 7, change:
images[i].src = "imm" + i + "s.jpg"
to something like:
images[i].src = "http://www
.gteditoriale.com/foto/imm" + i +
"s.jpg";
Remember, don't forget the semi-colons!
Thanks,
Dann
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Google Homepage API" group.
To post to this group, send email to Google-Homepage-API googlegroups.com
To unsubscribe from this group, send email to
Google-Homepage-API-unsubscribe googlegroups.com
For more options, visit this group at ht
tp://groups.google.com/group/Google-Homepage-API
-~----------~----~----~----~------~----~------~--~---
|