Results 1 to 2 of 2

Thread: Ajax Multiple Drop Down Problem in linux

  1. #1
    hemanth81 is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    29

    Default Ajax Multiple Drop Down Problem in linux

    Hi all,
    Wish you a Happy christmas to all SUGAR CRM users
    I am having some issue in Ajax multiple Drop Down,for example when i am selecting a country drop down, the states getting displayed in second drop down related to that country but when i am trying to change the state i am getting the above java script error in Internet Explorer
    There was a problem while using XMLHTTP:Internal server error
    i am getting this error in Internet Explorer Itself. if any body knows help me in solving in this issue.
    Hemanth

  2. #2
    SamuelAugy is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Paris (France)
    Posts
    238

    Default Re: Ajax Multiple Drop Down Problem in linux

    Maybe try to include a new function like this :

    function getXmlHttpRequestObject() {
    if (window.XMLHttpRequest) {
    return new XMLHttpRequest();
    } else if(window.ActiveXObject) {
    return new ActiveXObject("Microsoft.XMLHTTP");
    } else {
    alert("Your web browser is not compatible with this fonctionnality !\nPlease update it.");
    }
    }

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ajax file problem in quotes module
    By rraushan2007 in forum Developer Help
    Replies: 2
    Last Post: 2008-09-17, 05:23 AM
  2. How do I make a Drop down available to multiple modules
    By totallypos in forum General Discussion
    Replies: 2
    Last Post: 2008-09-05, 09:50 PM
  3. Drop down fields with multiple selections
    By dherries in forum General Discussion
    Replies: 0
    Last Post: 2007-03-02, 08:29 PM
  4. Replies: 1
    Last Post: 2006-09-01, 10:45 AM
  5. Replies: 1
    Last Post: 2006-08-28, 09:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •