[Moo] Re: Request HTML not working

2009-11-04 Thread jiggliemon
Try ysing a relative path for your URL: url: '/index.php?somevar=thisvalue' On Nov 4, 11:58 am, Fábio M. Costa wrote: > it the onFailure event is firing its because there has been an error on your > request, which means you didnt get a code 200 response. > > This can happen if the url you are u

[Moo] Re: Request HTML not working

2009-11-04 Thread Fábio M . Costa
it the onFailure event is firing its because there has been an error on your request, which means you didnt get a code 200 response. This can happen if the url you are using doesnt exist (error 404) or if theres an error on your server side code (error 500) or any other code that means error. --