Hi, We'd need to see the code doing the request and processing the result. In general, Ajax.Request works just fine on FF for Windows.
If you don't already have it, I'd recommend installing Firebug[1] and stepping through the code, identifying exactly where it's going wrong -- e.g., is it a problem with the request? Your handling of the response? The updates you make to the page? If you can isolate the problem to a small, self-contained example[2], that may also help. [1] http://getfirebug.com/ [2] http://proto-scripty.wikidot.com/self-contained-test-page HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com On Aug 6, 5:42 am, PabloR <[email protected]> wrote: > I have a whole site running on prototype and scriptaculous, no > problems with that! > > But the las page I added is making me hit my head against the wall, it > works on Firefox/Linux and it rund on Chrome/Windows, (haven't tested > on IE yet), but it doesn't do anything on Firefox/Windows. > > I have a function, whick uses an ajax.Request to retrieve some data > from the database and display some things on the page, but on FF/Win I > get NO response. > > Any ideas? > > Thank you in advance! -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
