Sigma Php Ajax framework, Ajax Components, GUI Builder
February 11, 2012, 05:56:46 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: AJAX open method with Firefox  (Read 927 times)
jef
Newbie
*
Posts: 1


View Profile
« on: December 31, 2007, 01:39:37 PM »

Great product!  Lots of fun!  I need to pull data into the grid from our server in XML format as below:

request = new SigmaRequest();
request.open("get","http://myserver/MYAPP.PGM",true);
request.onresult = function(){
    var doc = request.getXMLDoc();
    grid.bindXML(doc,"employee");
}
request.send();

As per your AJAX example, this works fine in Explorer (or Exploder <grin>).  Do you have any way of allowing the AJAX function to work in Firefox?  This code does hang in Firefox, which is what a majority of us use.  We have other AJAX/CGI apps like this running successfully in Firefox.

Any help would be appreciated. 

Thank you!
jef
Logged
steven
Moderator
Hero Member
*****
Posts: 546



View Profile
« Reply #1 on: January 02, 2008, 01:20:01 AM »

Is your scripts running on the same server of http://myserver/MYAPP.PGM?
And change request.onresult to request.onResult also
« Last Edit: January 02, 2008, 02:14:07 AM by steven » Logged

Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!