473,396 Members | 2,037 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Ajax not working in mozilla

Hi all
I m making a website in which i have used ajax technology . When i
make a page request throght ajax it works fine in IE but giving
problems in Mozilla .In mozila i m getting 403 status code with"Error
403 "Access Denied/Forbidden"" . Though same script is working fine in
mozilla when run through other server.

Please reply asap.
Oct 25 '08 #1
3 3496
"sarika" <sa**********@gmail.comwrote in message
news:4d**********************************@u18g2000 pro.googlegroups.com...
Hi all
I m making a website in which i have used ajax technology . When i
make a page request throght ajax it works fine in IE but giving
problems in Mozilla .In mozila i m getting 403 status code with"Error
403 "Access Denied/Forbidden"" . Though same script is working fine in
mozilla when run through other server.

Please reply asap.
Probably the servers filetype/MIME support.

Aaron
Oct 25 '08 #2
sarika wrote:
Hi all
I m making a website in which i have used ajax technology . When i
make a page request throght ajax it works fine in IE but giving
problems in Mozilla .In mozila i m getting 403 status code with"Error
403 "Access Denied/Forbidden"" . Though same script is working fine in
mozilla when run through other server.

Please reply asap.
You'll be much better off asking this over in comp.lang.javascript. The
AJAX experts are over there, not here (since there is no difference in
the PHP end).

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Oct 25 '08 #3
On Oct 25, 6:59*am, sarika <sarikason...@gmail.comwrote:
Hi all
I m making a website in which i have used ajax technology . When i
make a page request throght ajax it works fine in IE but giving
problems in Mozilla .In mozila i m getting 403 status code with"Error
403 "Access Denied/Forbidden"" . Though same script is working fine in
mozilla when run through other server.

Please reply asap.
I remember from my early experience in AJAX that IE (at least version
6) would allow AJAX requests to be cross-site, but FireFox
deliberately restricts them to the domain that served the page making
the AJAX request. The FireFox behaviour is considered correct.
Oct 25 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Stephen | last post by:
I have the following that outputs an xml file to a div using ajax: <script type="text/javascript"> function ajaxXML(url,control_id){ if (document.getElementById) { var x =...
0
by: melledge | last post by:
Ajax Developers' Day to Kick Off XTech 2006 Conference Industry experts offer insight into next generation of the Web ALEXANDRIA, VIRGINIA, USA - April 25, 2006 - In response to the rapidly...
0
by: John Dufour | last post by:
AJAX Consultant Top NY newspaper is seeking a candidate who is confident about building and extending a personalization platform for xxxx.com, a site with an unparalleled combination of scale...
1
by: geevaa | last post by:
http://www.phpbuilder.com/columns/kassemi20050606.php3 XMLHttpRequest and AJAX for PHP programmers James Kassemi Introduction: Although the concept isn't entirely new, XMLHttpRequest...
1
by: hamidawais | last post by:
Hi All I have a simple Ajax example that populates a combo box from the DB . The example is working fine on Internet explorer but it gives no result on Mozilla FireFox Given below is the...
2
by: Angus | last post by:
Hello I want to get an Ajax example working with a Perl script. I have this at the moment but nothing seems to get sent to the server self.xmlHttpReq.open('GET',...
10
by: bhappy | last post by:
Hai all, Why ajax code is not working in Mozilla,same code is working in Internet explorer. thanks, Aswath.
10
dmjpro
by: dmjpro | last post by:
function synchronous_ajax(){ var ajax = null; if(typeof ActiveXObject!='undefined') ajax = new ActiveXObject("Microsoft.XMLHTTP"); else if(typeof XMLHttpRequest!='undefined') ajax = new...
4
RamananKalirajan
by: RamananKalirajan | last post by:
Hi All, I am using Ajax inorder to retrieve a data from the db which is an xml and i am parsing the responseText into an xml. the code what i had tried is working well with IE, but the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.