Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 692623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:40:12+00:00 2026-05-14T02:40:12+00:00

Long time reader, first time poster. Any help is greatly appreciated. I have crafted

  • 0

Long time reader, first time poster. Any help is greatly appreciated.

I have crafted an AJAX query using JavaScript. The script works correctly, and the interface does what I want, but Firefox is giving me an error message related to the PHP file being hit. It’s strange, because it seems to suggest there’s a syntax error in the PHP, but that doesn’t make any sense. This is the error:

Error: syntax error
Source File: http://www.mysite.com/includes/ajax.php?action=checkpsudo&value=fd
Line: 1, Column: 1
Source Code:
yes

And the Javascript is below. Can anybody help me out? Thanks.

var ajaxobject = createajaxobjectObject();

function createajaxobjectObject() {
    if (window.XMLHttpRequest) { // Mozilla, Safari,...
        ajaxobject = new XMLHttpRequest();
        if (ajaxobject.overrideMimeType) {
            // set type accordingly to anticipated content type
            ajaxobject.overrideMimeType('text/xml');
        }
    } else if (window.ActiveXObject) { // IE
        try {
            ajaxobject = new ActiveXObject("Msxml2.XMLHTTP");
        } catch (e) {
            try {
                ajaxobject = new ActiveXObject("Microsoft.XMLHTTP");
            } catch (e) {}
        }
    }

    if (!ajaxobject) {
        alrt('Cannot create XMLHTTP instance');
        return false;
    }
    return ajaxobject; 
}

function checkpsudo(value) {    

    if (value == "") {
        document.getElementById('feedback').innerHTML = "Please select a psudonym";
        document.getElementById('feedback').className = "fail";
        document.getElementById('done').disabled=true;  
    } else {
        ajaxobject.onreadystatechange = function() { check(); };              
        ajaxobject.open('GET', '/includes/ajax.php?action=checkpsudo&value='+value, true);
        ajaxobject.send(null);  
    }


}

function check() {
    if (ajaxobject.readyState == 4) {

        //IF WE GOT OUR CHAT XML BACK CORRECTLY
        if (ajaxobject.status == 200) {             

            var response = ajaxobject.responseText;

            var value = document.getElementById('psudoentry').value;

            if(response=='no') {
                document.getElementById('feedback').innerHTML = "'" + value + "' is already being used";
                document.getElementById('feedback').className = "fail";
                document.getElementById('done').disabled=true;
            } else {
                document.getElementById('feedback').innerHTML = "'" + value + "' is available";
                document.getElementById('feedback').className = "success";
                document.getElementById('done').disabled=false;
            }                                          

        } else {
            alert('There was a problem with the request.');
        }
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T02:40:12+00:00Added an answer on May 14, 2026 at 2:40 am

    My first instinct is that this is not a problem with your JS but with the XML being output by the PHP script.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Long time listener, first time caller. I'm a full time SE during the day
As a long time World of Warcraft player, and a passionate developer I have
Long time ago, the Game Developer magazine published an article about ID Software and
A long time ago I had an apple ][ . I remember the command
A long time ago when I was a young lat I used to do
A long time ago I saw this trick in Ruby. Instead of doing (for
A long time ago I had the following directory structure in my SVN repository
I'm a long time hobbyist programmer interested in getting into web application development. I
As a long time Microsoft developer, I find MSDN to be an invaluable resource.
I'm a long-time emacs user, and I'm now working about 1/2 time in Java.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.