473,795 Members | 3,386 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3513
"sarika" <sa**********@g mail.comwrote in message
news:4d******** *************** ***********@u18 g2000pro.google groups.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.javas cript. 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*******@attgl obal.net
=============== ===

Oct 25 '08 #3
On Oct 25, 6:59*am, sarika <sarikason...@g mail.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
5251
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 = (window.ActiveXObject) ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(); } if (x) {
0
1844
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 developing world of Ajax user interfaces on the browser, IDEAlliance (www.idealliance.org) announced today that its annual XTech Conference will kick off on May 16 with Ajax Developers' Day. XTech 2006 (www.xtech-conference.org), to be held May...
0
1298
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 and complexity. You have extensive experience programming in a UNIX/Linux environment. The ideal candidate is a self starter who will pick up programming tasks and run with them, collaborating in a team environment with buy in, and checkpoints to...
1
4034
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 technology is implemented on more sites now than ever. Compatibility is no longer an issue (IE, Mozilla and Opera all support it), and the benefits to using it are amazing. There are too many PHP programmers avoiding any
1
1460
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 method that is used in Javascript ...Please some one correct it so it works fine with Mozilla as well . I am waiting for the reply function makeRequest(url, parameters) { http_request = false; if (window.XMLHttpRequest) { //...
2
5892
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', 'http://myurl.com/example.pl?name=lisa', true); self.send(); But as I say nothing gets sent.
10
1934
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
2324
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 XMLHttpRequest(); else{alert('Ajax is not support!!!!!');return;} alert('Yahoo: ' + ajax); ajax.open("GET","http://www.google.co.in/",false); ajax.send(null); alert(ajax.status);
4
2538
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 same makes a lot of trouble in mozilla any help would be greatful the following is the code if (httpRequest.readyState == 4) { if(httpRequest.status == 200) { var pricingSummaryXML = httpRequest.responseText;
0
9672
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10437
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10164
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7538
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.