Never mind, my bad, looked up the proper way to do it...
On Nov 16, 6:08 pm, electronbender <[EMAIL PROTECTED]> wrote:
> I'm migrating my code to 1.2 and hitting some rough seas.
>
> How do i make this work?
> new Request.JSON('fetchnews.asp?'+el.getAttribute('rel'), {onComplete:
> function(jsonObj) {dispTXT(jsonObj.vesti)}}).send();
>
> Firefox says [Exception... "Component returned failure code:
> 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]"
> nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame ::
> javascript: eval(__firebugTemp__); :: anonymous :: line 1" data: no]
>
> The error is in javascript eval???
> Help!