why firexfox not supporting the web pages which is supporting in chrome?
Ajax is not working in firefox but the same page is working perfectly in other browsers. why firefox doesn't support that pages...???
すべての返信 (2)
Hi,
Please provide us with examples. It's impossible to help otherwise.
Have you tried opening the page in Safe Mode?
You also may want to use these Firefox developer tools to obtain more diagnostic information about the problem, especially if this is your website:
- Web Console: displays errors in the lower part of the tab, allows you to execute ad hoc code for testing - https://developer.mozilla.org/docs/Tools/Web_Console
- Network Monitor: shows request/response headers/parameters for regular and XMLHttpRequest requests - https://developer.mozilla.org/docs/Tools/Network_Monitor
- Browser Console: displays a broader range of errors and logging information - https://developer.mozilla.org/docs/Tools/Browser_Console
Also, these are general suggestions to try when a site stops working:
Cache and Cookies: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
(1) Clear Firefox's Cache
See: How to clear the Firefox cache
If you have a large hard drive, this might take a few minutes. If you do not see the number going down on the page, you can reload it using Ctrl+r to check progress.
(2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
- right-click (on Mac Ctrl+click) a blank area of the page and choose View Page Info > Security > "View Cookies"
- (menu bar) Tools > Page Info > Security > "View Cookies"
- click the padlock or "i" icon in the address bar, then the ">" button, then More Information, and finally the "View Cookies" button
In the dialog that opens, the current site should be pre-filled in the search box at the top of the dialog so you can remove that site's cookies individually.
Then try reloading the page. Does that help?
Testing in Firefox's Safe Mode: In Safe Mode, Firefox temporarily deactivates extensions, hardware acceleration, and some other advanced features to help you assess whether these are causing the problem.
If Firefox is not running: Hold down the Shift key when starting Firefox.
If Firefox is running: You can restart Firefox in Safe Mode using either:
- "3-bar" menu button > "?" button > Restart with Add-ons Disabled
- Help menu > Restart with Add-ons Disabled
and OK the restart.
Both scenarios: A small dialog should appear. Click "Start in Safe Mode" (not Refresh).
Any improvement? (More info: Diagnose Firefox issues using Troubleshoot Mode)