On Jun 22, 11:01 pm, johnjbarton <[email protected]> wrote:
> Well sorry for the run around, but now I am going to ask you to
> install yet another version. We should have started here, for things
> likeGreasemonkey:http://getfirebug.com/releases/firebug/1.5X.

OK, installed 1.5a08. Now tried the following Greasemonkey script:

GM_log("start");

GM_xmlhttpRequest({
        method: 'GET',
        url: 'http://getfirebug.com/releases/firebug/1.5X',
        onload: function(responseDetails) {
                alert(responseDetails.responseText);
        },
        onerror: function(responseDetails) {
                alert("Errorcode " + responseDetails.status);
        }
});

Result:
The log output "start" appears on Firefox' Error Console instead of FB
Console.
The GM_xmlhttpRequest is not logged by FB, neither on Console nor on
Net tab.

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

Reply via email to