in what way does it fail?

On Sun, Jan 3, 2010 at 7:16 PM, Joshua Partogi <[email protected]>wrote:

> Dear all,
>
> I'm trying to send JSON request with Mootools JSONP on IE &, but
> unfortunately it did not succeed to send the request.  I have tested
> on Firefox and it works but not on IE.
>
> Here is the script for sending the JSON request looks like:
> window.addEvent('domready', function(){
>
>              var request = new Request.JSONP({
>                  url: 'http://localhost:28080/test',
>                  data: {
>                    'username':'john'
>                  }
>              });
>
>              request.send();
>
>          });
>
> Have I missed on anything here?
>
>
> Kind regards,
> --
> http://jobs.scrum8.com | http://twitter.com/scrum8
>

Reply via email to