As i wrote before - it works most of the time...
just a standard call.

when it hangs - both the onload and onerror functions
don't get called.

    GM_xmlhttpRequest({
        method: "GET",
        url: "http://www.google.com";,
        onload: function(details)
                {
                alert("Get-Alerts ok: " + details.status + " " +
details.statusText );
                },
        onerror: function(details)
                {
                alert("Get-Alerts error: " + details.status + " " +
details.statusText );
                }
    });



On Mar 1, 4:58 pm, Jay Rossiter / Signe <[email protected]> wrote:
>     You did get a response... "Please provide an example script."
>
> https://groups.google.com/group/greasemonkey-users/browse_thread/thre...
>
> On 3/1/2011 1:47 PM, dashman wrote:
>
> > I've posted this before but not response.
>
> > Running FF4 with GM 0.9.1.
>
> > I make GM_xmlhttpRequest POST/GET calls from my
> > script and it works most of the time.
>
> > But sometimes, the callback functions don't get called
> > at all.
>
> > Then w/o doing anything it'll start to work.
>
> > The same code always runs fine in FF3.6 with previous
> > GM.
>
> --
> Jay Rossiter                                    http://www.cothlamadh.net/
> 503.896.6187                                    [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" 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/greasemonkey-users?hl=en.

Reply via email to