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 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 60k
  • Answers 60k
  • 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
  • added an answer Do you have Flex Builder installed? If not, if you… May 11, 2026 at 9:31 am
  • added an answer The risk of your traffic being sniffed on a node… May 11, 2026 at 9:31 am
  • added an answer We use a similar solution to the MailProxy method detailed… May 11, 2026 at 9:31 am

Related Questions

I am using this HTML <html> <head> <Title>EBAY Search</title> </head> <script language=JavaScript src=ajaxlib.js></script> <body>
I am using this - otherwise excellent - vb tab control in one of
I am using this command: cut -d: -f2 To sort and reedit text, Is
I am using this php code: exec(unrar e file.rar,$ret,$code); and getting an error code
I am using this line to obtain and save an image from a URL.
I am using C# and a console app and I am using this script
Right now I am using this to export a repeater (with multiple nested repeaters)
I am using a fictional example for this. Say, I have a Widget class
I am using a route like this one: routes.MapRoute(Invoice-New-NewCustomer, Invoice/New/Customer/New/{*name}, new { controller =
I am using SQL Server Reporting Services 2008 (though this seems to be an

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.