File does exists on server. As you can see the same script is working
on other browsers.
I don't understand that when I am not adding 'method:get/post' in my
ajax statement, On FF it throws 404 error, but when I add the line
'method:get/post' to ajax statement, it works fine.

I too wasted too much of time for the error 404 earlier, as I can see
the same script was working on the other browsers.

Thanks,

Basant

On Feb 21, 7:54 pm, Fábio Costa <[email protected]> wrote:
> Thats a 404 error...
>
> The requested URL /beta/sc_v1/includes/city.php was not found on this server
>
> Does this file exists on the server?
> Use firebug...
>
> Fábio Miranda Costa
> Engenheiro de Computaçãohttp://meiocodigo.com
>
> On Sat, Feb 21, 2009 at 9:20 AM, [email protected] <
>
> [email protected]> wrote:
>
> > Hi Friends,
>
> > After some googling and re-check of my code, I fount that I missed
> > statement (method:'get') while constructing Ajax request.
> > Now its working fine.
> > But as my per original request the problem was weird, because the Ajax
> > request is still working on my local machine without statement
> > (method:'get').
>
> > You can still test the link:
> > Test Link:http://www.secondcompanion.com/beta/sc_v1/registration.php
> > To Test Please change the value of `* Home State : ` , on success you
> > will see the select box for Home City.
>
> > All other ajax requests are working fine, only this ajax request I
> > have kept unchanged for all your testing.
>
> > It will be nice, if anyone can explain this behavior.
>
> > Thanks,
>
> > On Feb 21, 3:38 pm, "[email protected]"
> > <[email protected]> wrote:
> > > Hi Friends,
>
> > > I have been making web application with MooTools. But with this new
> > > one , I am facing weird problem.
> > > My application works fine in all browser on my local machine. But it
> > > works only on the IE7,Opera,Chrome remotely and not in FF.
>
> > > Test Link:http://www.secondcompanion.com/beta/sc_v1/registration.php
> > > To Test Please change the value of `* Home State : ` , on success you
> > > will see the select box for Home City.
> > > My further investigations shows that response status is 404 for the
> > > ajax request in FF3, but same works in IE7,Opera,Chrome perfectly.
>
> > > The JS code for the same is inhttp://
> >www.secondcompanion.com/beta/sc_v1/includes/jscript/reg.js
>
> > > Please help me.
>
> > > Thanks a Ton in advance.

Reply via email to