Thank you! It was the permisson (plus some other things) that I
missed. The only thing left now is to get it to update every 10
minutes, but I dont think that should be so hard when I got the gmail
sample to look at

On Sep 18, 4:12 pm, Daniel Wagner-Hall <dawag...@gmail.com> wrote:
> Have you declared permission for the XmlHttpRequest URL in your
> manifest file? 
> (http://code.google.com/chrome/extensions/manifest.html#permissions)
>
> Where are you making the request from? You can only do XHR from the
> background page or toolstrips, *not* content scripts.
>
> On Fri, Sep 18, 2009 at 2:10 PM, André Kindwall
>
>
>
> <andre.kindw...@gmail.com> wrote:
>
> > It wont work, when I try to get the information and print it out it
> > returns the status code 0, but in IE7 it works fine
>
> > On Sep 18, 12:14 pm, PhistucK <phist...@gmail.com> wrote:
> >> Treat it as a regular XML and pull the information from it through
> >> XMLHttpRequest and XML DOM.
> >> ☆PhistucK
>
> >> On Thu, Sep 17, 2009 at 23:34, André Kindwall 
> >> <andre.kindw...@gmail.com>wrote:
>
> >> > Hi!
> >> > How should i do if i want to create an extansion that shows me the
> >> > topic of the latest entry in a rss?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to