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

  • Home
  • SEARCH
  • 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 76205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:38:12+00:00 2026-05-10T20:38:12+00:00

I am using this HTML <html> <head> <Title>EBAY Search</title> </head> <script language=JavaScript src=ajaxlib.js></script> <body>

  • 0

I am using this HTML

<html>     <head>         <Title>EBAY Search</title>     </head>     <script language='JavaScript' src='ajaxlib.js'></script>     <body>         Click here <a href='#' OnClick='GetEmployee()'>link</a> to show content         <div id='Result'><The result will be fetched here></div>     </body> </html> 

With this Javascript

var xmlHttp  function GetEmployee()  {  xmlHttp=GetXmlHttpObject()  if(xmlHttp==null)  {  alert('Your browser is not supported')  }  var url='get_employee.php'  url=url+'cmd=GetEmployee'  url=url+'&sid='+Math.random()  xmlHttp.open('GET',url,true)  xmlHttp.send(null)  }  function FetchComplete()  {  if(xmlHttp.readyState==4 || xmlHttp.readyState=='complete')  {  document.getElementById('Result').innerHTML=xmlHttp.responseText  }  if(xmlHttp.readyState==1 || xmlHttp.readyState=='loading')  {  document.getElementById('Result').innerHTML='loading'  }  }  function GetXmlHttpObject()  {  var xmlHttp=null;  try  {  xmlHttp=new XMLHttpRequest();  }  catch (e)  {  try  {  xmlHttp =new ActiveXObject('Microsoft.XMLHTTP');  }  }  return xmlHttp;  } 

However it is not being called. get_employee.php works fine when I call it by itself, so that is not the problem. Is there anything wrong in my code that would prevent it from being called? I cannot test with any firefox extensions, I do not have access, so please don’t give that as an answer.

edit: the problem is the javascript is not being called at all. I fixed the question mark problem, but even just a simple javascript with an alert is not being called.

  • 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. 2026-05-10T20:38:13+00:00Added an answer on May 10, 2026 at 8:38 pm

    use a javascript debugging tool like firebug, this will make your life simpler.

    you had a syntax error in your code that made the error ‘GetEmployee is not defined’

    it was a missing ‘catch’ after the last try in ‘GetXmlHttpObject()’. this is the same function after adding the missing ‘catch’.

    function GetXmlHttpObject() {     var xmlHttp=null;     try     {         xmlHttp=new XMLHttpRequest();     }catch (e)     {          try         {             xmlHttp =new ActiveXObject('Microsoft.XMLHTTP');         }          catch (e) {}      } return xmlHttp; } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 108k
  • Answers 108k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Here is a ready made example which does what you… May 11, 2026 at 9:14 pm
  • Editorial Team
    Editorial Team added an answer set the url as http://www.website.com:20114/folder/file.ext May 11, 2026 at 9:14 pm
  • Editorial Team
    Editorial Team added an answer There are a couple of problems here... C# and Type… May 11, 2026 at 9:14 pm

Related Questions

I am using the following html page: <html> <head> <title>AJAX Example</title> <meta http-equiv=Content-Type content=text/html;
I am using jQuery and Ajax. My MainFile has the following code: <html> <head>
I need to postprocess some HTML that has bad structure -- e.g. <html> <body>...</body>
I have a simple html page with a div. I am using jQuery to

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.